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 74f71cfd1c
commit 1a4a4a16c6
5 changed files with 108 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ django-simple-sso==1.1.0
django-tables2==2.3.4
idna==2.10
importlib-metadata==2.1.1
itsdangerous==1.1.0
pkg-resources==0.0.0
psycopg2==2.8.6
pytz==2020.4