Skip to main content

Module jwks

Module jwks 

Source
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§

JsonWebKey
Individual JSON Web Key.
JwksClient
JWKS client with automatic caching.
JwksResponse
JWKS response structure from providers.

Enums§

JwksError
Errors that can occur when working with JWKS.