Security key

This commit is contained in:
Jack Mechem 2026-05-01 14:14:58 -07:00
parent 6c6ee030cd
commit 56c555d699
5 changed files with 759 additions and 288 deletions

View file

@ -27,5 +27,6 @@ tokio = { version = "1.50.0", features = [
"process",
] }
zbus = "5.14.0"
totp-rs = { version = "5.7", features = ["gen_secret", "otpauth"] }
base32 = "0.5.1"
webauthn-rs = "0.5"
url = "2"
uuid = { version = "1", features = ["v4", "serde"] }