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
2018-06-07 10:54:04 +02:00
..
Authentication Merge branch '2.7' into 2.8 2017-11-07 15:08:47 +01:00
Authorization [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
EntryPoint fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Event [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Firewall Triggering RememberMe's loginFail() when token cannot be created 2018-05-27 09:16:31 +02:00
Logout Merge branch '2.7' into 2.8 2018-05-24 14:58:29 +02:00
RememberMe fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Session Adding session strategy to ALL listeners to avoid *any* possible 2018-05-23 15:49:30 +02:00
Tests Triggering RememberMe's loginFail() when token cannot be created 2018-05-27 09:16:31 +02:00
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
AccessMap.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
AccessMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
composer.json Fix security-core cross-dependencies, fixes #27507 2018-06-07 10:54:04 +02:00
Firewall.php [Security] Fix logout 2018-05-15 17:39:41 +02:00
FirewallMap.php [Security] Fix logout 2018-05-15 17:39:41 +02:00
FirewallMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
HttpUtils.php [Security] Validate redirect targets using the session cookie domain 2017-11-06 18:06:45 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
ParameterBagUtils.php deprecate finding deep items in request parameters 2015-09-30 09:55:52 +02:00
phpunit.xml.dist unify PHPUnit config files 2017-04-12 21:20:43 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
SecurityEvents.php Remove useless docblocks 2017-10-29 10:49:53 +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