feat: Use allauth and add passkey support

This commit is contained in:
2025-10-21 00:40:10 +02:00
parent e06efa1539
commit 969339a95f
8 changed files with 59 additions and 22 deletions

View File

@@ -38,7 +38,8 @@ dependencies = [
"celery[redis]",
"drf-spectacular[sidecar]",
"django-widget-tweaks",
"django-super-deduper"
"django-super-deduper",
"django-allauth[mfa]"
]
dynamic = ["version", "readme"]