Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added information about the four sub-components of Security component #5435

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions components/security/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ You can install the component in 2 different ways:

.. include:: /components/require_autoload.rst.inc

Starting from Symfony 2.4, the Security component is divided into four smaller
sub-components which can be used separately:

``symfony/security-core``
It provides all the common security features, from authentication to
authorization and from encoding passwords to loading users.

``symfony/security-http``
It integrates the core sub-component with the HTTP protocol to handle HTTP
requests and responses.

``symfony/security-csrf``
It provides protection against `CSRF attacks`_.

``symfony/security-acl``
It provides a fine grained permissions mechanism based on Access Control Lists.

Sections
--------

Expand All @@ -30,3 +47,4 @@ Sections
* :doc:`/components/security/secure_tools`

.. _Packagist: https://packagist.org/packages/symfony/security
.. _`CSRF attacks`: https://en.wikipedia.org/wiki/Cross-site_request_forgery