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
Nicolas Grekas 7fb9f614ee Merge branch '2.8' into 3.3
* 2.8:
  [DI] minor docblock fixes
2017-10-24 16:05:06 +02:00
..
Authentication Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
Authorization [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
EntryPoint Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
Event [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Firewall Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
Logout Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RememberMe Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
Session Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
Tests bug #24203 [Security] Preserve URI fragment in HttpUtils::generateUri() (chalasr) 2017-09-17 15:45:14 +02:00
Util fixed CS 2016-03-02 13:35:00 +01: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 Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
Firewall.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FirewallMap.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FirewallMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
HttpUtils.php Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08: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 Merge branch '3.0' 2016-03-10 12:16:56 +01:00
SecurityEvents.php Merge branch '2.8' into 3.3 2017-08-06 15:42:17 +02: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