You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Less-permissioned roles will be first in the parents array. For instance, where a`guest`
134
+
Less-permissioned roles will be first in the parents array. For instance, where a`guest`
119
135
role is unauthenticated, a `user` role is authenticated, and an `admin` role has the highest
120
-
permissions, adding the `admin` role is as follows:
136
+
permissions. As soon as any ACL query returns false evaluation of `isAllowed` is terminated and false is returned. For this reason your least permissioned roles come first in the parents array. Adding the `admin` role is as follows:
0 commit comments