We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd3b0e commit 872a05fCopy full SHA for 872a05f
cookbook/security/acl.rst
@@ -14,7 +14,7 @@ the ACL system comes in.
14
Using ACL's isn't trivial, and for simpler use cases, it may be overkill.
15
If your permission logic could be described by just writing some code (e.g.
16
to check if a Blog is owned by the current User), then consider using
17
- :doc:`voters </cookbook/security/voters>`. A voter is passed the object
+ :doc:`voters </cookbook/security/dataPermissionVoters>`. A voter is passed the object
18
being voted on, which you can use to make complex decisions and effectively
19
implement your own ACL. Enforcing authorization (e.g. the ``isGranted``
20
part) will look similar to what you see in this entry, but your voter
0 commit comments