Skip to content

Commit eb8f0dd

Browse files
dantleechweaverryan
authored andcommitted
Changed wording of roles section
- Changed wording to make it more clear that any one of the required roles for a given resource will allow access to that resource.
1 parent bb97656 commit eb8f0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ Roles
16031603

16041604
The idea of a "role" is key to the authorization process. Each user is assigned
16051605
a set of roles and then each resource requires one or more roles. If the user
1606-
has the required roles, access is granted. Otherwise access is denied.
1606+
has any one of the required roles, access is granted. Otherwise access is denied.
16071607

16081608
Roles are pretty simple, and are basically strings that you can invent and
16091609
use as needed (though roles are objects internally). For example, if you

0 commit comments

Comments
 (0)