node_acl
node_acl copied to clipboard
Design pattern - Roles and SubRoles (Suggestions)
The problem statement is having 3 roles (A,B,C) and unlimited sub-roles for each role i.e.
- For role
A: I havensub roles - For role
B: I havemsub roles - For role
C: I haveksub roles - Permissions means allowing
GET,POST,PUTandDELETEon various resources. - Every subrole may or maynot have same permissions.
Appreciate any suggestions on how to implement it using node_acl?