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-12-17 18:04:54 +00:00
..
Acl CS: general fixes 2015-12-01 23:08:33 +01:00
Core [Security] Verify if a password encoded with bcrypt is no longer than 72 characters 2015-12-17 18:04:54 +00:00
Http [Security] backported phpdoc from Guard component. 2015-12-10 09:14:03 +01:00
Resources/translations Fixed incorrect and inconsistent translations 2015-09-28 10:50:45 +02:00
Tests [Security] Verify if a password encoded with bcrypt is no longer than 72 characters 2015-12-17 18:04:54 +00: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 minor #16397 added the new Composer exclude-from-classmap option (annesosensio) 2015-10-30 13:03:18 -07:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md link to https://symfony.com where possible 2015-05-01 16:06: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.3/book/security.html

Resources

You can run the unit tests with the following command:

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