managarten/packages/shared-nestjs-auth/src
Till JS cacf8d7cc1 perf(shared-nestjs-auth): local JWKS verification instead of HTTP call
Replace HTTP POST to /api/v1/auth/validate with local JWT verification
using jose + createRemoteJWKSet. Eliminates ~5-20ms HTTP roundtrip per
API request across all backends. JWKS cached automatically by jose.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 08:57:24 +01:00
..
decorators Fix wrong type 2025-12-04 23:25:25 +01:00
guards perf(shared-nestjs-auth): local JWKS verification instead of HTTP call 2026-03-25 08:57:24 +01:00
types 🔒️ feat(auth): centralize JWT validation via mana-core-auth 2025-12-01 17:16:21 +01:00
index.ts perf(shared-nestjs-auth): local JWKS verification instead of HTTP call 2026-03-25 08:57:24 +01:00