node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Testing role permissions, not user

Open cabrinoob opened this issue 7 years ago • 1 comments

Hi, is it possible to just test the role permissions, not the user ? I'd like to use this to set a role (or a list of roles) in a JWT token. In the payload of the token I just have a roles property.

cabrinoob avatar Oct 12 '17 15:10 cabrinoob

This can be done with areAnyRolesAllowed

josencv avatar May 23 '18 17:05 josencv