Private
Public Access
1
0

Merge branch 'release/v21.2.7'

This commit is contained in:
2024-05-30 17:05:15 +02:00
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -451,6 +451,7 @@ OAUTH2_PROVIDER = {
'APPLICATION_MODEL': 'oauth2_provider.Application',
'REFRESH_TOKEN_MODEL': 'oauth2_provider.RefreshToken',
'ACCESS_TOKEN_EXPIRE_SECONDS': 360000,
"PKCE_REQUIRED": False,
# 'OAUTH2_BACKEND_CLASS': 'oauth2_provider.oauth2_backends.JSONOAuthLibCore'
}