v0.3.0-alpha.28 · Interface
jwt
JWT validation and authentication.
This interface provides comprehensive JWT validation capabilities including support for multiple algorithms, JWKS, and various validation options.
Derived from: https://github.com/Keats/jsonwebtoken
Records
R
jwk
RJSON Web Key structure.
jwks
RJSON Web Key Set structure for key discovery.
jwt-header
RJWT header structure.
claims
RJWT claims structure.
token-data
RThe return type of a successful validation.
validation-options
ROptional validations that are applied after decoding a JWT.
validate-props
Properties for JWT validation.