Skip to content
LogoLogo

JWKS

JSON Web Key Set endpoints for token verification.

JSON Web Key Set

GET/api/auth/jwks

Return the public keys used to verify JWT tokens issued by the auth service.

Responses

JWKS (well-known alias)

GET/.well-known/jwks.json

Alias for /api/auth/jwks. Used by the hot storage service to validate JWT tokens.

Responses