Packages

package directives

Type Members

  1. 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()
  2. 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

Ungrouped