helpyourneighbour/backend/middleware
BibaBot 901bcf454c
Some checks are pending
Docker Test / test (push) Waiting to run
feat: Add role-based access control tests and fix middleware export
This commit adds comprehensive unit tests for the role-based access control middleware and fixes the ES module export issue. The tests verify that users with correct roles can access protected routes, while users with incorrect roles or no authentication are properly denied access.
2026-03-17 19:07:03 +00:00
..
auditLogger.js feat: implement role-based access control and auth routes 2026-03-16 00:07:16 +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-16 00:07:16 +00:00
role.middleware.js feat: Add role-based access control tests and fix middleware export 2026-03-17 19:07:03 +00:00