oauth2 client settings page

This commit is contained in:
zotlabs
2018-04-05 21:01:36 -07:00
parent f4c94ab121
commit 4a45c35c4e
7 changed files with 242 additions and 9 deletions

View File

@@ -246,13 +246,22 @@ function get_features($filtered = true) {
[
'oauth_clients',
t('OAuth Clients'),
t('Manage authenticatication tokens for mobile and remote apps.'),
t('OAuth1 Clients'),
t('Manage OAuth1 authenticatication tokens for mobile and remote apps.'),
false,
get_config('feature_lock','oauth_clients'),
feature_level('oauth_clients',1),
],
[
'oauth2_clients',
t('OAuth2 Clients'),
t('Manage OAuth2 authenticatication tokens for mobile and remote apps.'),
false,
get_config('feature_lock','oauth2_clients'),
feature_level('oauth2_clients',1),
],
[
'access_tokens',
t('Access Tokens'),