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

This commit is contained in:
Jakub K
2024-01-12 15:58:27 +01:00
parent 4c57eecdbc
commit 54682acc66
2 changed files with 14 additions and 5 deletions

View File

@@ -48,6 +48,11 @@ REST_FRAMEWORK = {
],
}
OAUTH2_PROVIDER = {
# this is the list of available scopes
'SCOPES': {'read': 'Read scope', 'write': 'Write scope', 'groups': 'Access to your groups'}
}
# Application definition
INSTALLED_APPS = [