summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-11-021-1/+1
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-11-021-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
* Fail if the response type is not properly setRoeland Jago Douma2018-05-221-1/+10
* Set OAuth token expirationRoeland Jago Douma2018-05-221-1/+3
* Add OAuth state to sessionLukas Reschke2017-05-181-8/+9
* Cleanup codeLukas Reschke2017-05-181-1/+1
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-3/+17
* It's a bearerLukas Reschke2017-05-181-1/+1
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-183-0/+252