Login via OIDC

This commit is contained in:
2025-04-08 21:39:22 +08:00
parent 29ce03dbc5
commit 6fc8164a3b
8 changed files with 503 additions and 5 deletions

View File

@ -12,6 +12,7 @@ gunicorn = "^23.0.0"
python-dotenv = "^1.0.1"
psycopg2-binary = "^2.9.10"
whitenoise = {extras = ["brotli"], version = "^6.7.0"}
django-allauth = {extras = ["socialaccount"], version = "^65.7.0"}
[build-system]
requires = ["poetry-core"]