# Requirements update

* updates requirements.txt
* drops django-simple-sso from codebase and requirements.txt
This commit is contained in:
2024-06-14 13:00:09 +02:00
parent 35b1409359
commit 93a71a7055
4 changed files with 1 additions and 90 deletions
+1 -5
View File
@@ -5,14 +5,10 @@ Contact: michel.peltriaux@sgdnord.rlp.de
Created on: 31.01.22
"""
import random
import string
# Django-simple-SSO settings
# SSO settings
SSO_SERVER_BASE = "http://127.0.0.1:8000/"
SSO_SERVER = f"{SSO_SERVER_BASE}sso/"
SSO_PRIVATE_KEY = "CHANGE_ME"
SSO_PUBLIC_KEY = "CHANGE_ME"
# OAuth settings
OAUTH_CODE_VERIFIER = "CHANGE_ME"