package directives
Type Members
- trait JwtClaims extends AnyRef
JwtClaims provides a utility to access claims extracted from a JWT token.
JwtClaims provides a utility to access claims extracted from a JWT token. Not for user extension
- Annotations
- @DoNotInherit()
- abstract class JwtDirectives extends AnyRef
JwtDirectives provides utilities to easily assert and extract claims from a JSON Web Token (JWT).
JwtDirectives provides utilities to easily assert and extract claims from a JSON Web Token (JWT).
For more information about JWTs, see https://jwt.io/ or consult RFC 7519: https://datatracker.ietf.org/doc/html/rfc7519