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 faec03105f Merge branch '2.8' into 3.4
* 2.8:
  Remove duplicate condition
  fix useless space in docblock
  remove unneeded tearDown method
  [FrameworkBundle] Fix broken exception message
  Revert "fixed CS"
  Skip empty proxy code
  [Security] Fix "exclude-from-classmap"
  add missing double-quotes to extra_fields output message
  Convert InsufficientAuthenticationException to HttpException
2018-10-30 17:50:50 +01:00
..
Authentication Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Authorization [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
EntryPoint Merge branch '2.8' into 3.4 2018-09-02 19:11:59 +02:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Firewall Merge branch '2.8' into 3.4 2018-10-30 17:50:50 +01:00
Logout Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
RememberMe Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Session Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Tests Merge branch '2.8' into 3.4 2018-10-30 17:50:50 +01:00
Util fixed CS 2016-03-02 13:35:00 +01:00
.gitignore
AccessMap.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
AccessMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
composer.json fix deps 2018-06-11 15:18:57 +02:00
Firewall.php [Security\Http] Restore laziness of listener iterator 2018-08-18 22:38:48 +02:00
FirewallMap.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
FirewallMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
HttpUtils.php Merge branch '2.8' into 3.4 2018-09-30 05:32:28 +02: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 Merge branch '3.0' 2016-03-10 12:16:56 +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