aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultTokenProvider.php
Commit message (Expand)AuthorAgeFilesLines
* delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-111-1/+8
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-3/+8
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-6/+12
* Add token auth for OCS APIsChristoph Wurst2016-05-111-3/+7
* Add index on 'last_activity'Christoph Wurst2016-05-111-1/+3
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-5/+62
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-2/+35
* token based authChristoph Wurst2016-05-111-0/+91