managarten/services/mana-core-auth/src/common
Till JS 5b5849eaa4 perf(auth): cache JWKS locally instead of HTTP self-call
Replace createRemoteJWKSet (HTTP to localhost) with local DB-backed
JWKS cache. Keys are read from auth.jwks table and cached in memory
with 5-minute TTL. Eliminates HTTP roundtrip per token validation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:26:16 +01:00
..
decorators Fix wrong type 2025-12-04 23:25:25 +01:00
filters Fix wrong type 2025-12-04 23:25:25 +01:00
guards perf(auth): cache JWKS locally instead of HTTP self-call 2026-03-24 20:26:16 +01:00
logger 🐛 fix(mana-core-auth): use EdDSA for OIDC id_token signing 2026-02-01 13:24:55 +01:00