lilith-platform.live/codebase/@features/admin/backend-api/src
2026-04-05 00:08:16 -07:00
..
middleware security(admin-auth): 🔒️ Enforce stricter admin role validation in AuthGuard middleware 2026-04-04 21:18:58 -07:00
routes feat(admin-backend-api): Update export route handlers for admin resources (photos, site text, tours, etiquette, and link values) 2026-04-05 00:08:16 -07:00
auth.ts security(backend-api): 🔒️ Implement TOTP-based two-factor authentication for admin API with generation, verification, and auth integration 2026-04-04 21:18:58 -07:00
db.ts security(backend-api): 🔒️ Implement role-based access control for admin API endpoints and secure database operations 2026-04-05 00:08:16 -07:00
logger.ts feat(admin): Introduce user role management and dashboard controls for admin functionality 2026-04-04 15:58:16 -07:00
migrate.ts security(backend-api): 🔒️ Implement TOTP-based two-factor authentication for admin API with generation, verification, and auth integration 2026-04-04 21:18:58 -07:00
photos.ts feat(admin): Introduce user role management and dashboard controls for admin functionality 2026-04-04 15:58:16 -07:00
seed-passphrase.ts feat(admin): Introduce user role management and dashboard controls for admin functionality 2026-04-04 15:58:16 -07:00
server.ts security(backend-api): 🔒️ Implement role-based access control for admin API endpoints and secure database operations 2026-04-05 00:08:16 -07:00
totp.ts security(backend-api): 🔒️ Implement TOTP-based two-factor authentication for admin API with generation, verification, and auth integration 2026-04-04 21:18:58 -07:00