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
2019-04-27 17:49:24 +01:00
..
Authentication Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Authorization Fix infinite recursion when passed an empty string 2019-02-19 23:14:55 +01:00
Encoder Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Event Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Exception fix serialization workaround in CustomUserMessageAuthenticationException 2019-01-30 16:28:03 +01:00
Resources/translations Updated some translation files 2019-04-27 17:49:24 +01:00
Role switched array() to [] 2019-01-16 10:39:14 +01:00
Tests fix serialization workaround in CustomUserMessageAuthenticationException 2019-01-30 16:28:03 +01:00
User fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Validator/Constraints Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP 2013-09-18 09:16:41 +02:00
AuthenticationEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
composer.json Merge branch '2.8' into 3.4 2018-04-29 18:22:56 -07:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
Security.php use final annotation to allow mocking the class 2019-01-22 15:51:10 +01: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