Add an appstore scope for subscription settings

This commit is contained in:
Girish Ramakrishnan
2018-06-17 18:09:13 -07:00
parent f24a099e79
commit 682f7a710c
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ exports = module.exports = {
SCOPE_PROFILE: 'profile',
SCOPE_SETTINGS: 'settings',
SCOPE_USERS: 'users',
VALID_SCOPES: [ 'apps', 'clients', 'cloudron', 'domains', 'mail', 'profile', 'settings', 'users' ],
SCOPE_APPSTORE: 'appstore',
VALID_SCOPES: [ 'apps', 'appstore', 'clients', 'cloudron', 'domains', 'mail', 'profile', 'settings', 'users' ],
SCOPE_ANY: '*',