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
2017-07-29 23:54:42 +02:00
..
Authentication Merge branch '2.8' into 3.2 2017-07-19 11:36:17 +02:00
Authorization
EntryPoint fixed CS 2017-05-07 18:19:21 -07:00
Event [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Firewall [Security] Fix Firewall ExceptionListener priority 2017-06-28 17:08:40 +02:00
Logout [Security][Serializer][DI] Add new arguments typehints in preparation for 4.0 2017-05-20 12:13:18 +02:00
RememberMe fixed CS 2017-05-07 18:19:21 -07:00
Session Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
Tests Merge branch '3.2' into 3.3 2017-07-21 13:04:46 +02:00
Util fixed CS 2016-03-02 13:35:00 +01:00
.gitignore
AccessMap.php Merge branch '2.3' into 2.4 2014-04-16 10:02:57 +02:00
AccessMapInterface.php
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
Firewall.php Merge branch '2.3' into 2.4 2014-04-16 10:02:57 +02:00
FirewallMap.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
FirewallMapInterface.php
HttpUtils.php fix(security): ensure the 'route' index is set before attempting to use it 2017-07-20 09:38:09 +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 move event listener method type hint docs to @Event annotations default value. makes it easily parsable by PhpStorm plugin 2016-05-03 20:48:46 +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