started on TOTP

This commit is contained in:
2025-10-09 11:46:41 +01:00
parent 4f72cc6abe
commit f38a4f688a
6 changed files with 225 additions and 47 deletions
+1
View File
@@ -17,3 +17,4 @@ serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.10.9"
sqlx = { version = "0.7.4", features = ["macros", "time"] }
tokio = { version = "1.47.1", features = ["full"] }
totp-rs = { version = "5.7.0", features = ["gen_secret", "qr", "rand"] }