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-11-04 14:11:51 +01:00
..
Core [Security\Core] Deprecate passing $salt to BCryptPasswordEncoder::encodePassword() 2015-11-04 14:11:51 +01:00
Csrf Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07:00
Guard Write the log message on a single line againn 2015-11-03 10:13:43 +01:00
Http Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07:00
Resources/translations Fixed incorrect and inconsistent translations 2015-09-28 10:50:45 +02:00
Tests removed all @covers annotations 2015-11-01 14:17:24 -08:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Deprecate the SecureRandom class 2015-10-06 20:09:25 +02:00
composer.json Merge branch '2.7' into 2.8 2015-11-03 15:28:10 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-10-11 11:39:48 +02:00
README.md Merge branch '2.7' into 2.8 2015-05-12 17:16:46 +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.8/book/security.html

Tests

You can run the unit tests with the following command:

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