learning_ai_clock/backend/src/lib
saravanakumardb1 8c90d863a8 feat(backend): admin-panel encryption toggle via initEncryption()
- FIELD_ENCRYPT_ENABLED env var (default: true, fallback only)
- initEncryption(productId) polls encryption_enabled from platform-service
- Admin panel toggle takes precedence, 3s timeout graceful fallback
2026-03-21 15:24:58 -07:00
..
auth.test.ts fix(auth): JWKS URL-tracking singleton + expanded test coverage 2026-03-12 11:22:03 -07:00
auth.ts refactor(backend): migrate auth.ts + request-context.ts to @bytelyst/fastify-auth 2026-03-20 07:45:58 -07:00
config.ts feat(backend): admin-panel encryption toggle via initEncryption() 2026-03-21 15:24:58 -07:00
cosmos-init.ts feat(backend): scaffold product-specific Fastify backend (port 4011) 2026-03-01 20:39:08 -08:00
datastore.ts fix(backend): use config.DB_PROVIDER instead of process.env.DB_PROVIDER in datastore.ts 2026-03-20 08:29:36 -07:00
feature-flags.ts feat(backend): add @bytelyst/backend-flags + backend-telemetry, fix config defaults 2026-03-20 17:31:01 -07:00
field-encrypt.ts feat(backend): admin-panel encryption toggle via initEncryption() 2026-03-21 15:24:58 -07:00
product-config.ts refactor(backend): load product identity from shared/product.json 2026-03-20 07:23:31 -07:00
request-context.ts refactor(backend): migrate auth.ts + request-context.ts to @bytelyst/fastify-auth 2026-03-20 07:45:58 -07:00
telemetry.ts feat(backend): add @bytelyst/backend-flags + backend-telemetry, fix config defaults 2026-03-20 17:31:01 -07:00