diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 16:22:34 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 16:22:34 +0200 |
commit | aab97adb23c65dfc54f4f160742f8066fcd98032 (patch) | |
tree | 6c61d008133b91c12c52eaede830af56e1629dcf /app | |
parent | 91502b4104788b4f2d57da800ffc4c38585de94d (diff) | |
download | volse-hubzilla-aab97adb23c65dfc54f4f160742f8066fcd98032.tar.gz volse-hubzilla-aab97adb23c65dfc54f4f160742f8066fcd98032.tar.bz2 volse-hubzilla-aab97adb23c65dfc54f4f160742f8066fcd98032.zip |
oauth and oauth2 apps manager
Diffstat (limited to 'app')
-rw-r--r-- | app/oauth.apd | 6 | ||||
-rw-r--r-- | app/oauth2.apd | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app/oauth.apd b/app/oauth.apd new file mode 100644 index 000000000..4771773ed --- /dev/null +++ b/app/oauth.apd @@ -0,0 +1,6 @@ +version: 1 +url: $baseurl/oauth +requires: local_channel +name: OAuth Apps Manager +photo: icon:chevron-circle-up +categories: Access Control diff --git a/app/oauth2.apd b/app/oauth2.apd new file mode 100644 index 000000000..21fa44c97 --- /dev/null +++ b/app/oauth2.apd @@ -0,0 +1,6 @@ +version: 1 +url: $baseurl/oauth2 +requires: local_channel +name: OAuth2 Apps Manager +photo: icon:chevron-circle-up +categories: Access Control |