Back to Jose

jwks/local

docs/jwks/local/README.md

6.2.12619 B
Original Source

jwks/local

Verification using a JSON Web Key Set (JWKS) available locally

Interfaces

InterfaceDescription
LocalJWKSetA key resolver created by createLocalJWKSet.

Functions

FunctionDescription
createLocalJWKSetCreates a resolver for a locally available JSON Web Key Set. Selection uses the header's "alg" (Algorithm) and "kid" (Key ID), and respects the JWK's "use" (Public Key Use) and "key_ops" (Key Operations). Exactly one key must match.