Private
Public Access
1
0

changing oauth2 settings

This commit is contained in:
2024-05-26 15:51:08 +02:00
parent 1d0c05554f
commit 887ff72f49

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'
}