summaryrefslogtreecommitdiffstats
path: root/Guard/GuardAuthenticatorInterface.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.7' into 2.8Nicolas Grekas2016-11-031-2/+2
| | | | | | | | | | * 2.7: CS fixes Remove trailing space CS: apply rules [Yaml] Clean some messages + add test case [Form] Fix UrlType transforms valid protocols [SecurityBundle] Changed encoder configuration example to bcrypt
* [Security] [Guard] Improve comment with working exampleJean Pasdeloup2016-06-231-5/+9
|
* Added @return to checkCredentials()Alexander M. Turek2015-12-101-0/+2
|
* checkCredentials() force it to be an affirmative yes!Ryan Weaver2015-10-311-1/+5
|
* meaningless author and license changesRyan Weaver2015-09-201-1/+10
|
* Thanks again fabbot!Ryan Weaver2015-09-201-4/+4
|
* Splitting the getting of the user and checking credentials into two stepsRyan Weaver2015-09-201-5/+19
| | | | | | | 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.
* Updating interface method per suggestion - makes sense to me, Request is ↵Ryan Weaver2015-09-201-2/+2
| | | | redundant
* Thanks fabbot!Ryan Weaver2015-09-201-9/+16
|
* Adding an edge case - this should not happen anywaysRyan Weaver2015-09-201-1/+2
|
* Initial commit (but after some polished work) of the new Guard ↵Ryan Weaver2015-09-201-0/+119
authentication system