Skip to main content

Module jwks

Module jwks 

Source
Expand description

JWKS fetching and key cache.

Keys are fetched from the configured JWKS URI and cached by kid. An unknown kid triggers a refresh (throttled), which is how key rotation is picked up.

Structs§

JwksCache
Fetches and caches JWKS keys by kid.
VerifyingKey
A decoding key plus the signature algorithm it is valid for.