oauth2 ustawienia + uprawnienia
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K
2024-01-12 16:27:14 +01:00
parent 304764f9b7
commit 8806ad8c60
2 changed files with 15 additions and 7 deletions

View File

@@ -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