summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultTokenProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-3/+11
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-2/+4
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-0/+10
* add button to add new device tokensChristoph Wurst2016-05-231-0/+2
* add method to query all user auth tokensChristoph Wurst2016-05-181-0/+14
* a single token provider sufficesChristoph Wurst2016-05-181-7/+9
* 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
* 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