summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-216-8/+12
|
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-0/+29
|
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+29
|
* Update license headersLukas Reschke2016-05-264-4/+0
|
* Add two factor auth to coreChristoph Wurst2016-05-233-0/+87
|
* token based authChristoph Wurst2016-05-111-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