Policies
A policy defines whether a use case can be accessed/executed or not.
Find below the policies provided out of the box by libmodulor
.
If none of them fit what you're building, you can create a policy.
# | Name | Can be executed pre auth | Source |
---|---|---|---|
0 | Authenticated | false | Source |
1 | Everybody | true | Source |
2 | RoleRegular | false | Source |
3 | RoleAdmin | false | Source |
4 | Nobody | true | Source |
5 | Anonymous | false | Source |