From bce240d5f27b6678f9ccb94374f8a3d53f25a02e Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 16 Apr 2020 16:16:56 +0200 Subject: [PATCH] Renaming "Securing Individual Objects" --- security.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security.rst b/security.rst index 4f8eb0b000c..9384426da5d 100644 --- a/security.rst +++ b/security.rst @@ -663,11 +663,11 @@ Securing other Services See :doc:`/security/securing_services`. -Securing Individual Objects -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Setting Individual User Permissions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Most applications require more specific access rules. For instance, a user -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 to write *whatever* business logic you need to determine access. Using these voters is similar to the role-based access checks implemented in the previous chapters. Read :doc:`/security/voters` to learn how to implement