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/Guard
Fabien Potencier 3f4e6cce8c Merge branch '3.1' into 3.2
* 3.1:
  updated LICENSE year
  updated LICENSE year
  Fixed `@return self` with `$this`
2017-01-02 12:32:22 -08:00
..
Authenticator Merge branch '3.0' into 3.1 2016-07-01 18:00:00 +02:00
Firewall Added placeholders to all log messages instead of hardcoded values 2015-12-29 13:13:49 +01:00
Provider Remove unused imports 2016-01-21 00:01:55 +02:00
Tests Merge branch '2.8' into 3.1 2016-12-19 16:53:49 +01:00
Token Fix email address 2016-12-07 13:56:23 +02:00
.gitignore Adding the necessary files so that Guard can be its own installable component 2015-09-23 21:55:58 -04:00
AbstractGuardAuthenticator.php meaningless author and license changes 2015-09-20 19:37:42 -04:00
composer.json updated version to 3.2 2016-05-13 13:13:23 -05:00
GuardAuthenticatorHandler.php fabbot 2015-09-20 20:45:52 -04:00
GuardAuthenticatorInterface.php Merge branch '2.7' into 2.8 2016-11-03 08:52:58 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:51 -08:00
phpunit.xml.dist Merge branch '2.7' into 2.8 2015-11-18 14:45:00 +01:00
README.md Updated some missing READMEs 2016-03-10 12:18:14 +01:00

Security Component - Guard

The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.

Resources