Skip to content

Commit 037f448

Browse files
committed
minor #10234 [Security] Remove acl (alavieille)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #10234). Discussion ---------- [Security] Remove acl The security-acl component has been removed of security component since 4.0 Commits ------- 103ca88 remove acl
2 parents 451d44b + 103ca88 commit 037f448

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/security.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Security Component
99
authentication, interactive form login or X.509 certificate login, but also
1010
allows you to implement your own authentication strategies. Furthermore, the
1111
component provides ways to authorize authenticated users based on their
12-
roles, and it contains an advanced ACL system.
12+
roles.
1313

1414
Installation
1515
------------
@@ -36,9 +36,6 @@ used separately:
3636
``symfony/security-csrf``
3737
It provides protection against `CSRF attacks`_.
3838

39-
``symfony/security-acl``
40-
It provides a fine grained permissions mechanism based on Access Control Lists.
41-
4239
.. seealso::
4340

4441
This article explains how to use the Security features as an independent

0 commit comments

Comments
 (0)