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
Nicolas Grekas 15d2b77632 fix merge
2020-04-21 23:19:23 +02:00
..
Core fix merge 2020-04-21 23:19:23 +02:00
Csrf add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Guard [PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions 2020-04-15 17:55:41 +02:00
Http Track session usage when setting the token 2020-04-03 19:46:33 +02:00
.gitignore
CHANGELOG.md [Security/Http] call auth listeners/guards eagerly when they "support" the request 2019-11-30 10:49:41 +01:00
composer.json Merge branch '3.4' into 4.4 2020-03-30 13:41:10 +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 Merge branch '3.4' into 4.3 2020-01-04 13:24:57 +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, 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