summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Update SettingsController.phprakekniven2018-06-301-1/+1
* Validate OAuth2 redirect uriRoeland Jago Douma2018-06-261-1/+12
* Fix AdminTestsRoeland Jago Douma2018-06-191-22/+4
* Cleanup ControllerRoeland Jago Douma2018-06-191-7/+1
* Migrate OAuth Admin settings to vueRoeland Jago Douma2018-06-192-19/+36
* 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-222-1/+80
* Use Bearer backend for SabreDAVLukas Reschke2017-05-182-0/+48
* Add tests for OAuth2 appLukas Reschke2017-05-182-8/+12
* 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-184-4/+53
* handle case if no valid client identifier is givenBjoern Schiessle2017-05-181-0/+5
* It's a bearerLukas Reschke2017-05-181-1/+1
* Fetch signle rowLukas Reschke2017-05-181-1/+1
* Get a single rowLukas Reschke2017-05-182-8/+4
* Use query builderLukas Reschke2017-05-182-6/+14
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-188-0/+535