Skip to main content

Crate turul_jwt_validator

Crate turul_jwt_validator 

Source
Expand description

Generic JWT validator with JWKS caching and kid-miss refresh.

Supports RS256/RS384/RS512 and ES256/ES384 signature verification via jsonwebtoken, with in-memory JWKS caching and kid-miss refresh.

Structs§

JwtValidator
JWT validator with JWKS caching and kid-miss refresh.
TokenClaims
Validated token claims extracted from a JWT.

Enums§

JwtValidationError
Errors from JWT validation.