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 4cbb3fdb64 Merge branch '2.7' into 2.8
* 2.7:
  Validate XLIFF translation files
  [DependencyInjection] replace alias in factories
  replace alias in factory services
2016-02-23 19:27:29 +01:00
..
Core Merge branch '2.7' into 2.8 2016-02-22 17:41:45 +01:00
Csrf Merge branch '2.7' into 2.8 2016-01-03 16:33:41 +01:00
Guard updated copyright year 2016-01-03 16:34:36 +01:00
Http Merge branch '2.7' into 2.8 2016-02-02 10:49:18 +01:00
Resources/translations Improve Norwegian translations 2016-02-20 17:42:01 +01:00
Tests Merge branch '2.3' into 2.7 2016-02-23 19:18:09 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention 2015-11-28 16:40:40 +01: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.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