Private
Public Access
1
0

adding support for cn custom url

This commit is contained in:
2023-11-21 07:57:00 +01:00
parent eba2aeb575
commit 847be96cf3
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@@ -444,7 +444,8 @@ OAUTH2_PROVIDER = {
'SCOPES': {'read': 'Read scope', 'write': 'Write scope', 'groups': 'Access to your groups'},
'ALLOWED_REDIRECT_URI_SCHEMES': ["http",
"https",
"rowingcoachexport"],
"rowingcoachexport",
"com.performancephones.crewnerd"],
'ACCESS_TOKEN_MODEL': 'oauth2_provider.AccessToken',
'APPLICATION_MODEL': 'oauth2_provider.Application',
'REFRESH_TOKEN_MODEL': 'oauth2_provider.RefreshToken',