Generate & return webauthn registration challenge

This commit is contained in:
2022-04-20 21:06:53 +02:00
parent 10982190e7
commit 1f0e6d05c8
11 changed files with 336 additions and 4 deletions

View File

@ -30,4 +30,8 @@ sha2 = "0.10.2"
lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"
qrcode-generator = "4.1.4"
qrcode-generator = "4.1.4"
webauthn-rs = "0.3.2"
url = "2.2.2"
aes-gcm = { version = "0.9.4", features = ["aes"] }
bincode = "1.3.3"