Module jwt

Module jwt 

Source
Expand description

JWT infrastructure components.

Structs§

JsonWebToken
Encrypts and validates JWTs using the configured keys and the jsonwebtoken crate.
JsonWebTokenOptions
Options to configure the JsonWebToken codec.
JwtClaims
Combination of claims used within axum-gate and encoded with JsonWebToken codec.
JwtValidationService
Service responsible for JWT token validation.
RegisteredClaims
Registered/reserved claims by IANA/JWT spec, see auth0 for more information.

Enums§

JwtValidationResult
Result of JWT validation.