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
2019-04-01 09:08:40 +02:00
..
Authenticator Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Firewall switched array() to [] 2019-01-16 10:39:14 +01:00
Provider Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Tests switched array() to [] 2019-01-16 10:39:14 +01:00
Token SCA: minor code tweaks 2019-04-01 09:08:40 +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 Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
AuthenticatorInterface.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
composer.json [Security\Guard] bump lowest version of security-core 2019-02-17 23:00:14 +01:00
GuardAuthenticatorHandler.php switched array() to [] 2019-01-16 10:39:14 +01:00
GuardAuthenticatorInterface.php fixed short array CS in comments 2019-01-16 14:27:11 +01: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 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