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
Nicolas Grekas 9af7354e13 Merge branch '2.7' into 2.8
* 2.7:
  Make .travis.yml more readable
  Fold Travis CI output by component
  Add trhows PHPDoc in Application::run
  [Debug] Set exit status to 255 on error
  [HttpFoundation] Store IANA's RNG files in the repository
  [HttpFoundation] Fix getClientIp @return docblock
  Add @throws phpdoc
  unify PHPUnit config files
2017-04-19 21:56:30 +02:00
..
Authenticator [Security][Guard] check if session exist before using it 2016-06-30 20:09:09 +02:00
Firewall Write the log message on a single line againn 2015-11-03 10:13:43 +01:00
Provider checkCredentials() force it to be an affirmative yes! 2015-10-31 08:07:17 -07:00
Tests Updated PHPUnit namespaces 2017-02-20 13:35:43 +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 Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07: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 2017-04-19 21:56:30 +02: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