summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
...
* a single token provider sufficesChristoph Wurst2016-05-184-10/+62
* don't spam the log file with failed token validation entriesChristoph Wurst2016-05-131-3/+1
* delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-111-1/+8
* use the query builder instead of raw sql statementsChristoph Wurst2016-05-111-18/+27
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-114-6/+11
* PHPDoc and other minor fixesChristoph Wurst2016-05-112-6/+26
* Add token auth for OCS APIsChristoph Wurst2016-05-114-4/+26
* Add index on 'last_activity'Christoph Wurst2016-05-114-3/+15
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-113-14/+66
* invalidate (delete) session token on logoutChristoph Wurst2016-05-114-3/+109
* token based authChristoph Wurst2016-05-116-0/+292