Skip to content

Commit 9b95eae

Browse files
committed
minor #9398 Doc securing services : the bundle JMS no longer recommend for Sf4 (Ismailmezrani)
This PR was merged into the 4.0 branch. Discussion ---------- Doc securing services : the bundle JMS no longer recommend for Sf4 Until now the JMSSecurityExtraBundle not support Symfony 4.*, => So we can't install it. Commits ------- 57d08de the bundle no longer recommend for Sf4
2 parents 1b55e0f + 57d08de commit 9b95eae

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

security/securing_services.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,3 @@ thanks to autowiring and the ``AuthorizationCheckerInterface`` type-hint.
8181

8282
If the current user does not have the ``ROLE_NEWSLETTER_ADMIN``, they will
8383
be prompted to log in.
84-
85-
Securing Methods Using Annotations
86-
----------------------------------
87-
88-
You can also secure method calls in any service with annotations by using the
89-
optional `JMSSecurityExtraBundle`_ bundle. This bundle is not included in the
90-
Symfony Standard Distribution, but you can choose to install it.
91-
92-
See the `JMSSecurityExtraBundle Documentation`_ for more details.
93-
94-
.. _`JMSSecurityExtraBundle`: https://github.com/schmittjoh/JMSSecurityExtraBundle
95-
.. _`JMSSecurityExtraBundle Documentation`: http://jmsyst.com/bundles/JMSSecurityExtraBundle

0 commit comments

Comments
 (0)