summaryrefslogtreecommitdiffstats
path: root/Guard/GuardAuthenticatorHandler.php
Commit message (Collapse)AuthorAgeFilesLines
* fabbotRyan Weaver2015-09-201-1/+1
|
* Fixing a bug where having an authentication failure would log you out.Ryan Weaver2015-09-201-2/+7
| | | | | | | | | | 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.
* meaningless author and license changesRyan Weaver2015-09-201-2/+11
|
* Adding periods at the end of exceptions, and changing one class name to ↵Ryan Weaver2015-09-201-2/+2
| | | | LogicException thanks to @iltar
* Thanks fabbot!Ryan Weaver2015-09-201-14/+17
|
* Initial commit (but after some polished work) of the new Guard ↵Ryan Weaver2015-09-201-0/+122
authentication system