Skip to content

Draft: Added the laravel-permission dependency

Mathis Chapuis requested to merge setup-laravel-permission into master

This MR adds the dependency Laravel Permission to handle user's roles and permissions. It uses a different dependency than the former WIP MR !30 (closed).

It is still required to implement the method that will check the KeyCloak role (not only the app role) and test it with the current implemented endpoints.

Closes #17

Merge request reports