Skip to main content

Module jwt

Module jwt 

Source
Expand description

JWT/OIDC authentication helpers and a fast claims-backed policy engine.

Structs§

JwtAuthenticator
JWT authenticator that verifies tokens against a JWKS endpoint.
JwtClaims
Claims Typesec cares about from an access token.
JwtClaimsEngine
Policy engine backed by verified JWT permission claims.
OidcConfig
OIDC validation settings.
VerifiedSubject
Verified identity extracted from an OIDC/JWT access token.

Enums§

Audience
JWT audience represented as either a string or list.
JwtAuthError
Errors returned by JwtAuthenticator.