Expand description
JWKS (JSON Web Key Set) client for RSA token validation.
This module provides a client for fetching and caching public keys from JWKS endpoints, used by providers like Firebase, Clerk, Auth0, etc.
Structs§
- Json
WebKey - Individual JSON Web Key.
- Jwks
Client - JWKS client with automatic caching.
- Jwks
Response - JWKS response structure from providers.
Enums§
- Jwks
Error - Errors that can occur when working with JWKS.