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
Ryan Weaver ffdbc66534 Splitting the getting of the user and checking credentials into two steps
This looks like a subjective change (one more method, but the method implementations are
simpler), but it wasn't. The problem was that the UserChecker checkPreAuth should happen
*after* we get the user, but *before* the credentials are checked, and that wasn't possible
before this change. Now it is.
2015-09-20 19:24:21 -04:00
..
Firewall Adding periods at the end of exceptions, and changing one class name to LogicException thanks to @iltar 2015-09-20 19:24:21 -04:00
Provider Splitting the getting of the user and checking credentials into two steps 2015-09-20 19:24:21 -04:00
Tests Splitting the getting of the user and checking credentials into two steps 2015-09-20 19:24:21 -04:00
Token Tweaking docblock on interface thanks to @iltar 2015-09-20 19:24:21 -04:00
AbstractGuardAuthenticator.php Thanks fabbot! 2015-09-20 19:24:21 -04:00
GuardAuthenticatorHandler.php Adding periods at the end of exceptions, and changing one class name to LogicException thanks to @iltar 2015-09-20 19:24:21 -04:00
GuardAuthenticatorInterface.php Splitting the getting of the user and checking credentials into two steps 2015-09-20 19:24:21 -04:00