This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security
2019-06-04 09:01:11 +02:00
..
Core fix type hint for salt in PasswordEncoderInterface 2019-06-03 21:38:25 +02:00
Csrf Use willReturn() instead of will(returnValue()). 2019-05-30 17:47:52 +02:00
Guard Use willReturn() instead of will(returnValue()). 2019-05-30 17:47:52 +02:00
Http [Security] added support for updated \"distinguished name\" format in x509 authentication 2019-06-04 09:01:11 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '2.8' into 3.4 2018-05-31 12:13:22 +02:00
composer.json Update composer.json 2019-03-29 09:11:11 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [Security] Remove wrong sentence about ACL 2018-08-05 19:43:29 +02:00

Security Component

The Security component provides a complete security system for your web application. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their roles.

Resources