diff --git a/best_practices/security.rst b/best_practices/security.rst index 4c1eef754d6..35a6875c24f 100644 --- a/best_practices/security.rst +++ b/best_practices/security.rst @@ -123,6 +123,8 @@ Using ``@Security``, this looks like: // ... } +.. _best-practices-directly-isGranted: + Checking Permissions without @Security --------------------------------------