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
2020-08-09 11:07:58 +02:00
..
Authentication Update LdapBindAuthenticationProvider.php 2020-04-19 23:34:01 +02:00
Authorization Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Encoder Tweak the code to avoid fabbot false positives 2020-04-12 16:33:46 +02:00
Event Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Exception [Security] Fix exception name in doc comments 2020-02-10 09:03:59 +01:00
Resources/translations Improve fa (persian) translation 2019-07-22 01:14:06 +04:30
Role switched array() to [] 2019-01-16 10:39:14 +01:00
Tests Made reference to PHPUnit\Util\XML::loadfile php5-compatible. 2020-08-09 11:07:58 +02:00
User [3.4] Minor fixes 2020-03-16 11:48:37 +01:00
Validator/Constraints Use ::class constants instead of __NAMESPACE__ when possible 2019-12-16 11:25:54 +01: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 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +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