Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '2.7' into 2.8 | Nicolas Grekas | 2016-11-03 | 1 | -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 example | Jean Pasdeloup | 2016-06-23 | 1 | -5/+9 |
| | |||||
* | Added @return to checkCredentials() | Alexander M. Turek | 2015-12-10 | 1 | -0/+2 |
| | |||||
* | checkCredentials() force it to be an affirmative yes! | Ryan Weaver | 2015-10-31 | 1 | -1/+5 |
| | |||||
* | meaningless author and license changes | Ryan Weaver | 2015-09-20 | 1 | -1/+10 |
| | |||||
* | Thanks again fabbot! | Ryan Weaver | 2015-09-20 | 1 | -4/+4 |
| | |||||
* | Splitting the getting of the user and checking credentials into two steps | Ryan Weaver | 2015-09-20 | 1 | -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 Weaver | 2015-09-20 | 1 | -2/+2 |
| | | | | redundant | ||||
* | Thanks fabbot! | Ryan Weaver | 2015-09-20 | 1 | -9/+16 |
| | |||||
* | Adding an edge case - this should not happen anyways | Ryan Weaver | 2015-09-20 | 1 | -1/+2 |
| | |||||
* | Initial commit (but after some polished work) of the new Guard ↵ | Ryan Weaver | 2015-09-20 | 1 | -0/+119 |
authentication system |