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 b1a6ceabb2 Merge branch '4.3'
* 4.3:
  [github] Implement the new security policy.
  [Finder] fix wrong method call casing
  Make tempfile path unique
  minor: fix phpdocs in the ldap component
  [Process] Fix infinite waiting for stopped process
  Use absolute URL for when the profiler's domain differs from the controller's domain which initialises the profiler.
  fix phpdoc
  [DI] fix using bindings with locators of service subscribers
2019-05-26 22:48:03 +02:00
..
Authentication Merge branch '3.4' into 4.2 2019-03-30 16:58:42 +01:00
Authorization fix phpdoc 2019-05-22 09:57:24 +02:00
Controller Move SecurityUserValueResolver to security-http 2017-12-23 01:50:31 +01:00
EntryPoint switched array() to [] 2019-01-16 10:39:14 +01:00
Event [Security] Change the phrasing of the deauthenticated event 2019-04-29 08:41:58 +02:00
Firewall [Security] Dispatch an event when "logout user on change" steps in 2019-04-27 16:12:39 +02:00
Logout fixed CS 2019-01-16 19:35:49 +01:00
RememberMe Merge branch '4.2' 2019-04-16 10:58:59 +02:00
Session Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Tests [Security] Dispatch an event when "logout user on change" steps in 2019-04-27 16:12:39 +02:00
Util [Security] getTargetPath of TargetPathTrait must return string or null 2018-12-10 05:09:19 +01:00
.gitignore
AccessMap.php switched array() to [] 2019-01-16 10:39:14 +01:00
AccessMapInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
composer.json updated version to 4.4 2019-05-09 09:23:25 +02:00
Firewall.php [Contracts][EventDispatcher] add EventDispatcherInterface to symfony/contracts and use it where possible 2019-03-25 18:18:00 +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 Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ParameterBagUtils.php
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01: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