File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ Using ``@Security``, this looks like:
123
123
// ...
124
124
}
125
125
126
+ <<<<<<< HEAD
126
127
Using Expressions for Complex Security Restrictions
127
128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128
129
@@ -207,6 +208,9 @@ Now you can reuse this method both in the template and in the security expressio
207
208
{% endif %}
208
209
209
210
.. _best-practices-directly-isGranted :
211
+ =======
212
+ .. _best-practices-directy-isGranted :
213
+ >>>>>>> pull/4548
210
214
211
215
Checking Permissions without @Security
212
216
--------------------------------------
@@ -350,9 +354,9 @@ If your company uses a user login method not supported by Symfony, you can
350
354
develop :doc: `your own user provider </cookbook/security/custom_provider >` and
351
355
:doc: `your own authentication provider </cookbook/security/custom_authentication_provider >`.
352
356
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
354
359
.. _`@Security annotation` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html
355
360
.. _`security voter` : http://symfony.com/doc/current/cookbook/security/voters_data_permission.html
356
361
.. _`ACL's` : http://symfony.com/doc/current/cookbook/security/acl.html
357
- .. _`expression` : http://symfony.com/doc/current/components/expression_language/introduction.html
358
362
.. _`FOSUserBundle` : https://github.com/FriendsOfSymfony/FOSUserBundle
You can’t perform that action at this time.
0 commit comments