summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/templates
Commit message (Collapse)AuthorAgeFilesLines
* OAuth2: move to scoped css in vue appRoeland Jago Douma2018-12-101-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Migrate OAuth Admin settings to vueRoeland Jago Douma2018-06-191-51/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* - yourAllan Nordhøy2017-07-151-1/+1
| | | This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.
* Cleanup codeLukas Reschke2017-05-181-2/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* hide client secret by defaultBjoern Schiessle2017-05-181-2/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+70
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>