summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/PublicKeyTokenProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-221-2/+1
* add spaces around operatorsTobias Assmann2021-10-081-1/+1
* draft to prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-10-081-0/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Always renew apppasswords on loginRoeland Jago Douma2021-02-101-5/+0
* Use PSR logger in authenticationJoas Schilling2020-10-121-4/+4
* Type some of the core mappersChristoph Wurst2020-10-121-1/+1
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-1/+5
* Fix app password updating out of boundsRoeland Jago Douma2020-09-031-0/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-5/+5
* Improve traces of invalid token exceptionsChristoph Wurst2020-05-271-10/+10
* Update license headersChristoph Wurst2019-12-051-7/+13
* Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-021-0/+11
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-2/+4
* Cache the public key tokensRoeland Jago Douma2019-10-081-5/+42
* Pass $configargs to openssl_pkey_exportDaniel Kesselberg2019-07-211-1/+4
* Error with exception on SSL errorMorris Jobke2019-07-181-0/+8
* Remote wipe supportRoeland Jago Douma2019-05-201-0/+9
* Read openssl error and logDaniel Kesselberg2018-12-061-1/+11
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-0/+1
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+15
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-0/+11
* Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke2018-09-251-2/+2
|\
| * Consider openssl settings from config.phpDaniel Kesselberg2018-09-161-2/+2
* | Also adjust the expiration of PublicKeyTokenProviderJoas Schilling2018-09-201-2/+2
|/
* Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
* CommentsRoeland Jago Douma2018-06-191-1/+0
* Use constant for token versionRoeland Jago Douma2018-06-181-1/+2
* Add more testsRoeland Jago Douma2018-06-181-1/+2
* Actually convert the tokenRoeland Jago Douma2018-06-181-32/+67
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-181-2/+12
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-4/+4
* Add first testsRoeland Jago Douma2018-06-181-1/+10
* Initial PKT implementationRoeland Jago Douma2018-06-181-0/+265