Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit deb7c29

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: Remove ExpressionLanguage reference for 2.3 version
2 parents 06bc489 + df60ba7 commit deb7c29

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

best_practices/security.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Using ``@Security``, this looks like:
123123
// ...
124124
}
125125
126+
<<<<<<< HEAD
126127
Using Expressions for Complex Security Restrictions
127128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128129

@@ -207,6 +208,9 @@ Now you can reuse this method both in the template and in the security expressio
207208
{% endif %}
208209

209210
.. _best-practices-directly-isGranted:
211+
=======
212+
.. _best-practices-directy-isGranted:
213+
>>>>>>> pull/4548
210214

211215
Checking Permissions without @Security
212216
--------------------------------------
@@ -350,9 +354,9 @@ If your company uses a user login method not supported by Symfony, you can
350354
develop :doc:`your own user provider </cookbook/security/custom_provider>` and
351355
:doc:`your own authentication provider </cookbook/security/custom_authentication_provider>`.
352356

353-
.. _`ParamConverter`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
357+
.. _`Security Cookbook Section`: http://symfony.com/doc/current/cookbook/security/index.html
358+
.. _`security.yml`: http://symfony.com/doc/current/reference/configuration/security.html
354359
.. _`@Security annotation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html
355360
.. _`security voter`: http://symfony.com/doc/current/cookbook/security/voters_data_permission.html
356361
.. _`ACL's`: http://symfony.com/doc/current/cookbook/security/acl.html
357-
.. _`expression`: http://symfony.com/doc/current/components/expression_language/introduction.html
358362
.. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle

0 commit comments

Comments
 (0)