Commit graph

16 commits

Author SHA1 Message Date
BibaBot
94a411d2f4 feat: Add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 03:07:41 +00:00
BibaBot
eb45e4474d feat: Add role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 22:08:53 +00:00
BibaBot
901bcf454c feat: Add role-based access control tests and fix middleware export
Some checks are pending
Docker Test / test (push) Waiting to run
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
BibaBot
c6dc2e98d7 feat: Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 18:07:07 +00:00
BibaBot
16c8d32246 test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
Added integration tests for the role-based access control middleware to ensure proper permission checks for different user roles.
2026-03-17 17:06:42 +00:00
BibaBot
3af13d1c05 test: add integration tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 15:07:24 +00:00
BibaBot
0c81468fb6 test: add integration tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 13:07:40 +00:00
BibaBot
f0a9084d59 Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 11:07:20 +00:00
BibaBot
963d8c3aa5 feat: Implement role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 10:09:15 +00:00
BibaBot
387aec880f feat: Add integration tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 09:07:38 +00:00
BibaBot
6e973936a7 feat: add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds comprehensive unit tests for the requireRole middleware to ensure proper role-based access control.
2026-03-17 08:06:50 +00:00
BibaBot
c294e2e9ae Add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 07:07:36 +00:00
BibaBot
7a9bf3199a test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 06:07:09 +00:00
BibaBot
cab7146445 feat: Add role-based access control tests and middleware integration
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 04:07:27 +00:00
BibaBot
76fcfa6e15 feat: Add role middleware tests and update docs
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 22:06:48 +00:00
BibaBot
342342423c feat: Add role-based access control tests and update server
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 21:07:16 +00:00