feat: Implement role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot 2026-03-17 10:09:15 +00:00
parent 95a2d85aa3
commit 963d8c3aa5
3 changed files with 31 additions and 81 deletions

View file

@ -13,6 +13,6 @@ export default {
},
transformIgnorePatterns: [
'/node_modules/',
'/backend/src/'
'/backend/src/__tests__/'
]
};