I need to provide the functionality to the end user to administrate roles. Those roles have to securely restrict the endpoints, and i also have to show/hide the elements on the frontend (i am using AngularJS). I know that i have to create a role and the ACL for every role. However i couldn't find a good pattern to do it.
For example:
Suppose i need to create a role which can list all the users but it must not be able to edit those users.
The should be something like this:
I hope that I am clear in this. Thanks.