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 5ce53b434a merged branch lyrixx/path-10 (PR #7597)
This PR was merged into the 2.2 branch.

Discussion
----------

[Security] Removed unused var

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | I guess
| Fixed tickets | -

Commits
-------

bd26419 [Security] Removed unused var
2013-04-08 16:57:30 +02:00
..
Acl Fix finding ACLs from ObjectIdentity's with different types 2013-04-07 18:31:20 +02:00
Core Merge branch '2.1' into 2.2 2013-03-19 21:41:20 +01:00
Http merged branch lyrixx/path-10 (PR #7597) 2013-04-08 16:57:30 +02:00
Resources/translations Fixed trailing whitespace 2013-03-01 09:15:25 +00:00
Tests Fix finding ACLs from ObjectIdentity's with different types 2013-04-07 18:31:20 +02:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md Added BCrypt password encoder. 2013-02-05 10:22:32 +01:00
composer.json Merge branch '2.1' into 2.2 2013-02-23 07:46:07 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md fixed doc references (closes #7515) 2013-04-01 10:06:05 +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.2/book/security.html

Resources

You can run the unit tests with the following command:

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