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
2020-08-09 11:07:58 +02:00
..
Core Made reference to PHPUnit\Util\XML::loadfile php5-compatible. 2020-08-09 11:07:58 +02:00
Csrf Update links to documentation 2020-01-04 13:05:51 +01:00
Guard Fix PHPUnit 8.5 deprecations. 2020-07-23 11:37:51 +02:00
Http Modernized deprecated PHPUnit assertion calls 2020-08-09 10:13:48 +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 Fix versions 2020-03-30 13:26:49 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01: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