helpyourneighbour/backend/middleware
BibaBot Jarvis 37df062f3b
Some checks are pending
Docker Test / test (push) Waiting to run
feat: implement role-based access control and auth routes
This commit implements the role-based access control system as outlined in the project documentation. It includes:
- A requireRole middleware for protecting routes
- Auth routes for registration, login, profile management
- Audit logging for sensitive actions
- Role management endpoints
- Updated app.js to include audit logging middleware
2026-03-15 21:07:22 +00:00
..
auditLogger.js feat: implement role-based access control and auth routes 2026-03-15 21:07:22 +00:00
logger.js fix(#85): Run expanded local discovery and continue with next actionable task 2026-03-12 17:41:37 +00:00
rateLimit.cjs fix(#85): Run expanded local discovery and continue with next actionable task 2026-03-12 17:41:37 +00:00
requireRole.js feat: implement role-based access control and auth routes 2026-03-15 21:07:22 +00:00