SSO and messages

* removes unused third party package from requirements.txt
* adds KonovaSSOClient as subclass of sso.Client for more control over login, e.g. which user data shall not be updated (found in konoa/sso/sso.py)
* adds Messenger class for communicating with SSO server (found in konova/utils/messenger.py)
This commit is contained in:
mipel
2021-08-17 09:57:50 +02:00
parent abd926fd09
commit 66a0636e80
5 changed files with 108 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ Created on: 16.11.20
"""
BASE_TITLE_SHORT = "KSP"
BASE_TITLE = "KSP - Kompensationsverzeichnis Service Portal"
BASE_FRONTEND_TITLE = "Kompensationsverzeichnis Service Portal"
WIKI_URL = "https://dienste.naturschutz.rlp.de/doku/doku.php?id=ksp:start"