Add 2FA authentification.

This commit is contained in:
Jens Luedicke
2025-06-29 15:41:55 +02:00
parent 6ebe575c4c
commit 0964a2177a
7 changed files with 768 additions and 13 deletions

View File

@@ -6,4 +6,6 @@ itsdangerous==2.0.1
click==8.0.1
Flask-SQLAlchemy==2.5.1
SQLAlchemy==1.4.23
python-dotenv==0.19.0
python-dotenv==0.19.0
pyotp==2.6.0
qrcode[pil]==7.3.1