Generate QrCode to enroll Authenticator App

This commit is contained in:
2022-04-19 09:56:51 +02:00
parent 3023771334
commit 38eddc1cf0
7 changed files with 489 additions and 8 deletions

View File

@ -27,4 +27,7 @@ base64 = "0.13.0"
jwt-simple = "0.10.9"
digest = "0.10.3"
sha2 = "0.10.2"
lazy-regex = "2.3.0"
lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"
qrcode-generator = "4.1.4"