!a  None&',.2345678=>?@ACHMSUVX  servant-authLogin via a form. servant-auth Basic Auth. servant-authA cookie. The content cookie itself is a JWT. Another cookie is also used, the contents of which are expected to be send back to the server in a header, for XSRF protection. servant-auth7A JSON Web Token (JWT) in the the Authorization header: Authorization: Bearer tokenNote that while the token is signed, it is not encrypted. Therefore do not keep in it any information you would not like the client to know.JWTs are described in IETF's #https://tools.ietf.org/html/rfc7519RFC 7519 servant-authAuth [auth1, auth2] val :> api* represents an API protected *either* by auth1 or auth2 servant-authA HasLink instance for AuthNone&',.2345678=>?@ACHSUVX servant-authHow to encode data from a JWT.;The default implementation stores data in the unregistered dat claim, and uses the type's ToJSON instance to encode the data. servant-authHow to decode data from a JWT.KThe default implementation assumes the data is stored in the unregistered dat claim, and uses the FromJSON% instance to decode value from there.       +servant-auth-0.4.0.0-3AePelFDTgrB9CBdw2vIKt Servant.AuthServant.Auth.JWT FormLogin BasicAuthCookieJWTAuth$fHasLinkTYPE:>ToJWT encodeJWTFromJWT decodeJWT