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/Http
2020-04-03 19:46:33 +02:00
..
Authentication Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
Authorization fix phpdoc 2019-05-22 09:57:24 +02:00
Controller Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
EntryPoint Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Event [Security] add "anonymous: lazy" mode to firewalls 2019-09-25 16:50:19 +02:00
Firewall [Security][Http][SwitchUserListener] Ignore all non existent username protection errors 2020-04-01 11:15:47 +02:00
Logout Merge branch '3.4' into 4.4 2020-03-30 13:41:10 +02:00
RememberMe Merge branch '3.4' into 4.4 2020-03-23 13:37:11 +01:00
Session Merge branch '3.4' into 4.4 2020-03-15 11:05:03 +01:00
Tests Track session usage when setting the token 2020-04-03 19:46:33 +02:00
Util Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
AccessMap.php removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
AccessMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
composer.json Track session usage when setting the token 2020-04-03 19:46:33 +02:00
Firewall.php Add missing use statements 2020-02-04 08:35:15 +01:00
FirewallMap.php switched array() to [] 2019-01-16 10:39:14 +01:00
FirewallMapInterface.php fixed CS 2019-01-16 22:31:25 +01:00
HttpUtils.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
ParameterBagUtils.php Merge branch '4.3' into 4.4 2019-08-13 08:48:26 +02: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
SecurityEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00

Security Component - HTTP Integration

Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.

Resources