lilith-platform.live/codebase/@features/admin/backend-api/src
2026-04-06 21:36:26 -07:00
..
__tests__ test(bookings): Add comprehensive test cases for booking creation, cancellation, and validation in admin backend API 2026-04-05 15:21:52 -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): Add/update route handlers for admin API endpoints (destinations, specialties, device-links, page-illustrations, and photo-protection) 2026-04-06 21:36:26 -07:00
auth.ts feat(backend-api): Add OAuth2 authentication endpoints and database migrations for admin access 2026-04-05 15:21:52 -07:00
db.ts refactor(admin-backend-api): ♻️ Improve error handling and restructure database/server logic for cleaner separation 2026-04-06 21:36:26 -07:00
logger.ts
mailer.ts db(migrations): 🗃️ Apply backend API database migration for admin schema updates 2026-04-05 03:04:38 -07:00
migrate.ts feat(backend-api): Add OAuth2 authentication endpoints and database migrations for admin access 2026-04-05 15:21:52 -07:00
node-sqlite-types.d.ts db(migrations): 🗃️ Apply backend API database migration for admin schema updates 2026-04-05 03:04:38 -07:00
photos.ts db(migrations): 🗃️ Apply backend API database migration for admin schema updates 2026-04-05 03:04:38 -07:00
seed-passphrase.ts db(migrations): 🗃️ Apply backend API database migration for admin schema updates 2026-04-05 03:04:38 -07:00
server.ts refactor(admin-backend-api): ♻️ Improve error handling and restructure database/server logic for cleaner separation 2026-04-06 21:36:26 -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