oauth-provider
oauth-provider

Jwks Endpoint

JSON Web Key Set (JWKS) endpoint.

Returns public keys for JWT signature verification. Cached in Redis with 24h TTL.

Returns: JSONResponse: JWKS document containing public keys

Example Response: { "keys": [ { "kty": "RSA", "use": "sig", "kid": "oauth-rsa-key-2024", "n": "...", "e": "AQAB" } ] }

get/oauth/mindsort/jwks

Response

Successful Response

{"stackTrail":"paths:/oauth/mindsort/jwks:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.