feat: add TOTP 2FA with QR code and manual secret entry

This commit is contained in:
Simon
2026-04-17 22:56:39 +02:00
parent ae789318ba
commit 8f75bc6a10
7 changed files with 959 additions and 26 deletions
+3 -1
View File
@@ -16,6 +16,8 @@
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"jsonwebtoken": "^9.0.3",
"multer": "^2.1.1"
"multer": "^2.1.1",
"otplib": "^13.4.0",
"qrcode": "^1.5.4"
}
}