UserExtended icon indicating copy to clipboard operation
UserExtended copied to clipboard

Permission Nodes

Open ShawnClake opened this issue 9 years ago • 1 comments

Add the concept of Permission Nodes to UE.

Included features:

  • Be given on a Role/Group basis. See #101
  • Be given on a per user basis.
  • Create functions in Module.php and UserUtil (All 3 apply to the logged in user):
    • hasPermission($nodeCode)
    • hasRole($roleCode)
    • hasGroup($groupCode)
  • Add a backend controller for creating, removing, and updating permission nodes

ShawnClake avatar Mar 22 '17 16:03 ShawnClake

This can use a very similar to concept the route restrictions.

ShawnClake avatar Apr 20 '17 20:04 ShawnClake