learning_ai_common_plat/packages/fastify-auth
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
..
src fix(fastify-auth): support getter functions for jwtSecret/jwksUrl 2026-03-20 07:38:26 -07:00
package.json feat(fastify-auth): create @bytelyst/fastify-auth package with JWT auth + request context 2026-03-20 07:30:53 -07:00
tsconfig.json feat(fastify-auth): create @bytelyst/fastify-auth package with JWT auth + request context 2026-03-20 07:30:53 -07:00