Private
Public Access
1
0

Merge branch 'develop' into feature/experimental_metrics

This commit is contained in:
Sander Roosendaal
2017-09-22 12:31:04 +02:00
6 changed files with 47 additions and 9 deletions

View File

@@ -324,6 +324,9 @@ GMAPIKEY = CFG['gmapikey']
OAUTH2_PROVIDER = {
# this is the list of available scopes
'SCOPES': {'read': 'Read scope', 'write': 'Write scope', 'groups': 'Access to your groups'},
'ALLOWED_REDIRECT_URI_SCHEMES': ["http",
"https",
"rowingcoachexport"]
# 'OAUTH2_BACKEND_CLASS': 'oauth2_provider.oauth2_backends.JSONOAuthLibCore'
}