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
2015-06-29 20:24:24 +02:00
..
Acl Merge branch '2.3' into 2.6 2015-06-18 14:58:06 +02:00
Core unify default AccessDeniedExeption message 2015-06-29 20:24:24 +02:00
Csrf fix missing links to https://symfony.com 2015-05-13 13:33:56 +02:00
Http Merge branch '2.3' into 2.6 2015-06-28 19:11:14 +02:00
Resources/translations [Security][Translation] fixes #14584 2015-05-10 23:45:50 +02:00
Tests/Core Standardize the name of the exception variables 2015-06-15 18:26:34 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Split of the SecurityContext to AuthorizationChecker and TokenStorage 2014-09-24 09:31:49 +02:00
composer.json Merge branch '2.3' into 2.6 2015-05-02 17:18:45 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.6 2015-02-24 12:52:21 +01:00
README.md Merge branch '2.3' into 2.6 2015-05-02 17:18:45 +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.6/book/security.html

Tests

You can run the unit tests with the following command:

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