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
Fabien Potencier ce0946dde0 Merge branch '2.3' into 2.7
* 2.3:
  fixed undefined variable
  Fixed the phpDoc of UserInterface
  fixed APCu dep version
  Added support for the `0.0.0.0/0` trusted proxy
  [DoctrineBridge][Validator] >= 2.3 Pass association instead of ID as argument
  [HttpKernel] Lookup the response even if the lock was released after 2 seconds
2016-01-25 17:27:59 +01:00
..
Acl updated copyright year 2016-01-03 16:33:06 +01:00
Core Merge branch '2.3' into 2.7 2016-01-25 17:27:59 +01:00
Csrf updated copyright year 2016-01-03 16:33:06 +01:00
Http Merge branch '2.3' into 2.7 2016-01-12 18:44:11 +01:00
Resources/translations Fixed incorrect and inconsistent translations 2015-09-28 10:50:45 +02:00
Tests Fixer findings. 2016-01-22 08:50:32 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md added missing deprecation in CHANGELOG 2015-06-14 19:35:57 +02:00
composer.json Merge branch '2.3' into 2.7 2016-01-14 10:07:40 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-11-18 14:41:01 +01:00
README.md Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +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.7/book/security.html

Tests

You can run the unit tests with the following command:

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