File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,23 @@ You can install the component in 2 different ways:
21
21
22
22
.. include :: /components/require_autoload.rst.inc
23
23
24
+ Starting from Symfony 2.4, the Security component is divided into four smaller
25
+ sub-components which can be used separately:
26
+
27
+ ``symfony/security-core ``
28
+ It provides all the common security features, from authentication to
29
+ authorization and from encoding passwords to loading users.
30
+
31
+ ``symfony/security-http ``
32
+ It integrates the core sub-component with the HTTP protocol to handle HTTP
33
+ requests and responses.
34
+
35
+ ``symfony/security-csrf ``
36
+ It provides protection against `CSRF attacks `_.
37
+
38
+ ``symfony/security-acl ``
39
+ It provides a fine grained permissions mechanism based on Access Control Lists.
40
+
24
41
Sections
25
42
--------
26
43
@@ -30,3 +47,4 @@ Sections
30
47
* :doc: `/components/security/secure_tools `
31
48
32
49
.. _Packagist : https://packagist.org/packages/symfony/security
50
+ .. _`CSRF attacks` : https://en.wikipedia.org/wiki/Cross-site_request_forgery
You can’t perform that action at this time.
0 commit comments