SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 5b93f3db authored by George Katsikas's avatar George Katsikas :goat:
Browse files

disable PKCE for gitlab oauth

parent bcdcb2dd
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,7 @@ OAUTH2_PROVIDER = { ...@@ -159,6 +159,7 @@ OAUTH2_PROVIDER = {
"write": "Write scope", "write": "Write scope",
"introspection": "Introspect token scope", "introspection": "Introspect token scope",
}, },
"PKCE_REQUIRED": False,
} }
REST_FRAMEWORK = { REST_FRAMEWORK = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment