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
2014-07-07 12:13:42 +02:00
..
Acl [Security] Add check for supported attributes in AclVoter 2014-05-08 18:38:48 +02:00
Core added @Target annotations 2014-04-23 15:35:47 +02:00
Http Fixed incompatibility of x509 auth with nginx 2014-04-22 09:12:31 +02:00
Resources/translations minor #10708 Add support Thai translations (liverbool) 2014-04-15 07:28:39 +02:00
Tests [Security] Add check for supported attributes in AclVoter 2014-05-08 18:38:48 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] added more info about the BCrypt change (refs #7853) 2013-04-26 11:39:57 +02:00
composer.json removed versions in composer.json files 2013-05-13 16:36:40 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md Merge branch '2.2' into 2.3 2013-09-19 11:45:20 +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:

http://symfony.com/doc/2.3/book/security.html

Resources

You can run the unit tests with the following command:

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