JWKS
JSON Web Key Set endpoints for token verification.
JSON Web Key Set
GET
/api/auth/jwksReturn the public keys used to verify JWT tokens issued by the auth service.
JWKS (well-known alias)
GET
/.well-known/jwks.jsonAlias for /api/auth/jwks. Used by the hot storage service to validate JWT tokens.