Skip to content

Commit

Permalink
Update docs/user/lib_use_cases_acl.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
  • Loading branch information
itdependsnetworks and jeffkala authored Aug 4, 2023
1 parent dcc6a21 commit 299485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/lib_use_cases_acl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ACL

The ACL classes are intended to help guide the ACL conversation. It is not intended to solve every ACL challenge you may have. In essence, it provides sane defaults and welcomes you to extend the logic via supported extension mechanisms. Three patterns that heavily make up the capabilities are:
The ACL classes are intended to help guide the ACL conversation. It is not intended to solve every ACL challenge you may have. In essence, it provides sane defaults and welcomes you to extend the logic via supported extension mechanisms. There are three patterns that heavily make up the capabilities:

- Expanding data to the ["Cartesian product"](#cartesian-product) (or permutations) of each rule, so that each product can be easily evaluated.
- Providing a `f"{type}_*` method pattern, to dynamically find any `validate_*` or `enforce_*` method you provide.
Expand Down

0 comments on commit 299485a

Please sign in to comment.