summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/templates/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* - 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>