|
|
@ -122,8 +122,8 @@ yubico = { package = "yubico_ng", version = "0.13.0", features = ["online-tokio" |
|
|
|
# WebAuthn libraries |
|
|
|
# danger-allow-state-serialisation is needed to save the state in the db |
|
|
|
# danger-credential-internals is needed to support U2F to Webauthn migration |
|
|
|
webauthn-rs = { version = "0.5", features = ["danger-allow-state-serialisation", "danger-credential-internals"] } |
|
|
|
webauthn-rs-proto = "0.5" |
|
|
|
webauthn-rs = { version = "0.5.2", features = ["danger-allow-state-serialisation", "danger-credential-internals"] } |
|
|
|
webauthn-rs-proto = "0.5.2" |
|
|
|
|
|
|
|
# Handling of URL's for WebAuthn and favicons |
|
|
|
url = "2.5.4" |
|
|
|