Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix others | Joas Schilling | 2016-07-21 | 6 | -8/+12 |
| | |||||
* | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -0/+29 |
| | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -0/+29 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -4/+0 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 3 | -0/+87 |
| | |||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -0/+29 |
* Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token |