We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451d44b commit 103ca88Copy full SHA for 103ca88
components/security.rst
@@ -9,7 +9,7 @@ The Security Component
9
authentication, interactive form login or X.509 certificate login, but also
10
allows you to implement your own authentication strategies. Furthermore, the
11
component provides ways to authorize authenticated users based on their
12
- roles, and it contains an advanced ACL system.
+ roles.
13
14
Installation
15
------------
@@ -36,9 +36,6 @@ used separately:
36
``symfony/security-csrf``
37
It provides protection against `CSRF attacks`_.
38
39
-``symfony/security-acl``
40
- It provides a fine grained permissions mechanism based on Access Control Lists.
41
-
42
.. seealso::
43
44
This article explains how to use the Security features as an independent
0 commit comments