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
Christian Flothmann 039c4d4f6b fix typo
2018-07-11 09:48:45 +02:00
..
Authentication Merge branch '4.1' 2018-07-09 15:30:59 +02:00
Authorization fix typo 2018-07-11 09:48:45 +02:00
Encoder [Security] Add configuration for Argon2i encryption 2018-02-20 13:01:36 +01:00
Event
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Resources/translations Merge branch '3.4' into 4.0 2018-04-06 09:35:43 +02:00
Role Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Tests Merge branch '4.1' 2018-07-09 15:30:59 +02:00
User Merge branch '4.1' 2018-07-09 15:30:59 +02:00
Validator/Constraints [Security] validate empty passwords again 2017-07-14 16:25:02 +02:00
.gitignore
AuthenticationEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02: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 Adding a shortcuts for the main security functionality 2017-09-28 17:13:10 +02: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