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 d96b96e942 merged branch cristobal/master (PR #6707)
This PR was merged into the master branch.

Commits
-------

83d0469 Create security.no.xlf

Discussion
----------

Norwegian Translation for Security

Norwegian Translation
2013-01-11 14:15:10 +01:00
..
Acl Remove use of deprecated HttpKernel LoggerInterface 2013-01-09 10:52:29 +01:00
Core merged branch Seldaek/psr3 (PR #6628) 2013-01-10 17:57:14 +01:00
Http merged branch Seldaek/psr3 (PR #6628) 2013-01-10 17:57:14 +01:00
Resources/translations merged branch cristobal/master (PR #6707) 2013-01-11 14:15:10 +01:00
Tests merged branch Seldaek/psr3 (PR #6628) 2013-01-10 17:57:14 +01:00
.gitattributes Fix export-ignore on Windows 2012-11-08 10:51:48 +01:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md [Security] Introduced UsernameNotFoundException#get/setUsername 2013-01-07 20:58:58 +01:00
composer.json Remove use of deprecated HttpKernel LoggerInterface 2013-01-09 10:52:29 +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 made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01: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.0/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