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
Christian Flothmann d7034db6bd add dependency required by a replaced package
Since #16007, the Security HTTP component requires the PropertyAccess
component to access nested parameter bag values. Since the Security
component replaces the Security HTTP component, all dependencies of the
replaced packages must be mirrored here.
2015-09-30 18:57:49 +02:00
..
Core [Ldap] add some missing license file headers 2015-09-28 23:09:00 +02:00
Csrf Merge branch '2.7' into 2.8 2015-08-24 09:18:02 +02:00
Guard bug #15925 Updating behavior to not continue after an authenticator has set the response (weaverryan) 2015-09-27 11:53:56 +02:00
Http deprecate finding deep items in request parameters 2015-09-30 09:55:52 +02:00
Resources/translations Fixed incorrect and inconsistent translations 2015-09-28 10:50:45 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] Deprecated supportsAttribute and supportsClass methods 2015-09-25 13:42:48 +02:00
composer.json add dependency required by a replaced package 2015-09-30 18:57:49 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist adding Guard tests 2015-09-20 19:24:20 -04:00
README.md Merge branch '2.7' into 2.8 2015-05-12 17:16:46 +02:00

Security Component

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

Documentation:

https://symfony.com/doc/2.8/book/security.html

Tests

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Security/
$ composer install
$ phpunit