summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Controller/OauthApiController.php
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Strict controllersRoeland Jago Douma2018-12-071-13/+3
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-1/+1
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-10-301-1/+9
* The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-291-0/+5
* Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-0/+7
* Rotate tokenRoeland Jago Douma2018-05-221-11/+43
* Authenticate the clients on requesting a tokenRoeland Jago Douma2018-05-221-2/+45
* Set OAuth token expirationRoeland Jago Douma2018-05-221-1/+3
* Cleanup codeLukas Reschke2017-05-181-1/+1
* It's a bearerLukas Reschke2017-05-181-1/+1
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+88