Feature: OIDC support

This commit is contained in:
Moritz Pflanzer
2023-12-30 11:48:47 +01:00
parent 45e2b7f814
commit 2e597a7176
17 changed files with 609 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ dateparser = "~=1.2"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.2.9"
django-allauth = "*"
django-auditlog = "*"
django-celery-results = "*"
django-compression-middleware = "*"