summaryrefslogtreecommitdiffstats
path: root/Guard/AbstractGuardAuthenticator.php
Commit message (Collapse)AuthorAgeFilesLines
* meaningless author and license changesRyan Weaver2015-09-201-2/+11
|
* Thanks fabbot!Ryan Weaver2015-09-201-3/+4
|
* Renaming the tokens to be clear they are "post" and "pre" auth - also adding ↵Ryan Weaver2015-09-201-5/+5
| | | | | | | | | | | | | an interface The reason is that the GuardAuthenticationProvider *must* respond to *all* tokens created by the system - both "pre auth" and "post auth" tokens. The reason is that if a "post auth" token becomes not authenticated (e.g. because the user changes between requests), then it may be passed to the provider system. If no providers respond (which was the case before this commit), then AuthenticationProviderManager throws an exception. The next commit will properly handle these "post auth" + "no-longer-authenticated" tokens, which should cause a log out.
* Initial commit (but after some polished work) of the new Guard ↵Ryan Weaver2015-09-201-0/+31
authentication system