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/Core
2018-03-19 21:02:10 +01:00
..
Authentication [Security] added userChecker to SimpleAuthenticationProvider 2018-03-19 21:02:10 +01:00
Authorization [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Encoder Remove useless docblocks 2017-10-29 10:49:53 +01:00
Event fixed CS 2011-12-18 14:36:25 +01:00
Exception [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Resources/translations [Security][Validator] Add translations for Tagalog 2018-02-12 13:32:32 +01:00
Role removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Tests [Security] added userChecker to SimpleAuthenticationProvider 2018-03-19 21:02:10 +01:00
User [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Util Remove useless docblocks 2017-10-29 10:49:53 +01:00
Validator/Constraints [Security] validate empty passwords again 2017-07-14 16:25:02 +02:00
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
AuthenticationEvents.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
composer.json Use PHPUnit 6.0 on PHP 7.* test lines 2017-02-21 14:43:45 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist unify PHPUnit config files 2017-04-12 21:20:43 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
Security.php Merge branch '2.3' into 2.7 2016-05-09 14:23:35 -05:00
SecurityContext.php fixed some deprecation messages 2017-12-31 05:55:05 +01:00
SecurityContextInterface.php Merge branch '2.3' into 2.7 2016-05-09 14:23:35 -05:00

Security Component - Core

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