Expand description
JWT infrastructure components.
Structs§
- Json
WebToken - Encrypts and validates JWTs using the configured keys and the
jsonwebtokencrate. - Json
WebToken Options - Options to configure the JsonWebToken codec.
- JwtClaims
- Combination of claims used within
axum-gateand encoded with JsonWebToken codec. - JwtValidation
Service - Service responsible for JWT token validation.
- Registered
Claims - Registered/reserved claims by IANA/JWT spec, see auth0 for more information.
Enums§
- JwtValidation
Result - Result of JWT validation.