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
Fabien Potencier f49cc11021 Merge branch '2.7' into 2.8
* 2.7:
  [Security] Fix wrong term in UserProviderInterface
  [HttpFoundation] Set meta refresh time to 0 in RedirectResponse content
  [Security] validate empty passwords again
  [DI] Remove irrelevant comment from container
  [TwigBridge] cleaner implementation of the TwigRenderer
2017-07-17 16:02:19 +02:00
..
Authentication Merge branch '2.7' into 2.8 2017-07-12 14:59:33 +02:00
Authorization SCA with Php Inspections (EA Extended): 2.7 2017-06-10 17:25:31 -07:00
Encoder Merge branch '2.7' into 2.8 2016-11-15 18:02:12 -05:00
Event fixed CS 2011-12-18 14:36:25 +01:00
Exception Adding a class to make it easier to set custom authentication error messages 2015-09-27 16:39:53 -04:00
Resources/translations Security and validators messages translation to Latvian 2016-09-22 19:04:04 +03:00
Role [Security] Optimize RoleHierarchy's buildRoleMap method 2016-09-06 17:21:44 -07:00
Tests Merge branch '2.7' into 2.8 2017-07-17 16:02:19 +02:00
User Merge branch '2.7' into 2.8 2017-07-17 16:02:19 +02:00
Util do not ship with a custom rng implementation 2016-01-14 09:34:47 +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 add @Event annotation for AuthenticationEvents 2016-05-03 14:17:15 +02:00
composer.json Merge branch '2.7' into 2.8 2017-02-21 15:21:52 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08: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 fixes CS 2015-08-24 09:13:45 +02: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