summaryrefslogtreecommitdiffstats
path: root/Guard/Tests/GuardAuthenticatorHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed obsolete getMock() usageFabien Potencier2016-12-191-4/+4
|
* Fixing a bug where having an authentication failure would log you out.Ryan Weaver2015-09-201-4/+46
| | | | | | | | | | This solution is a copy of what AbstractAuthenticationListener does. Scenario: 1) Login 2) Go back to the log in page 3) Put in a bad user/pass You *should* still be logged in after a failed attempt. This commit gives that behavior.
* Initial commit (but after some polished work) of the new Guard ↵Ryan Weaver2015-09-201-0/+99
authentication system