h*~  0.4.2.0 Safe-Inferred")*/19:;<= 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-auth3A JSON Web Token (JWT) in the Authorization header: Authorization: Bearer Note 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 Auth Safe-Inferred")*/19:;<=r 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.The 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.2.0-2321cBsltmj59NpIDJhWZJ Servant.AuthServant.Auth.JWT servant-auth FormLogin BasicAuthCookieJWTAuth$fHasLinkTYPE:>ToJWT encodeJWTFromJWT decodeJWT