Thanks to visit codestin.com Credit goes to github.com
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 2209ca2 commit bce240dCopy full SHA for bce240d
security.rst
@@ -663,11 +663,11 @@ Securing other Services
663
664
See :doc:`/security/securing_services`.
665
666
-Securing Individual Objects
667
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Setting Individual User Permissions
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
668
669
Most applications require more specific access rules. For instance, a user
670
-should be able to only edit their own comments on a blog. Voters allow you
+should be able to only edit their *own* comments on a blog. Voters allow you
671
to write *whatever* business logic you need to determine access. Using
672
these voters is similar to the role-based access checks implemented in the
673
previous chapters. Read :doc:`/security/voters` to learn how to implement
0 commit comments