oauth2 ustawienia + uprawnienia
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -50,7 +50,7 @@ REST_FRAMEWORK = {
|
||||
|
||||
OAUTH2_PROVIDER = {
|
||||
# this is the list of available scopes
|
||||
'SCOPES': {'read': 'Read scope', 'write': 'Write scope', 'groups': 'Access to your groups'}
|
||||
'SCOPES': {'read': 'Read scope', 'write': 'Write scope', 'main': 'Access to all'}
|
||||
}
|
||||
|
||||
# Application definition
|
||||
|
||||
Reference in New Issue
Block a user