learning_ai_common_plat/packages/fastify-auth/src
saravanakumardb1 ea2cb4c0e6 fix(fastify-auth): support getter functions for jwtSecret/jwksUrl
Allows dynamic config resolution (e.g. test mocks that change config between calls).
Options can now be string | (() => string) for both jwtSecret and jwksUrl.
2026-03-20 07:38:26 -07:00
..
auth.ts fix(fastify-auth): support getter functions for jwtSecret/jwksUrl 2026-03-20 07:38:26 -07:00
index.test.ts feat(fastify-auth): create @bytelyst/fastify-auth package with JWT auth + request context 2026-03-20 07:30:53 -07:00
index.ts feat(fastify-auth): create @bytelyst/fastify-auth package with JWT auth + request context 2026-03-20 07:30:53 -07:00
request-context.ts feat(fastify-auth): create @bytelyst/fastify-auth package with JWT auth + request context 2026-03-20 07:30:53 -07:00
types.ts fix(fastify-auth): support getter functions for jwtSecret/jwksUrl 2026-03-20 07:38:26 -07:00