summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Exceptions
Commit message (Collapse)AuthorAgeFilesLines
* 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