Browse Source
Merge pull request #1799 from BlackDex/issue-1796
Fixes issue with multiple security keys.
pull/1800/head
1.22.0
Daniel García
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Cargo.lock
-
Cargo.toml
|
@ -3327,7 +3327,7 @@ dependencies = [ |
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "webauthn-rs" |
|
|
name = "webauthn-rs" |
|
|
version = "0.3.0-alpha.7" |
|
|
version = "0.3.0-alpha.7" |
|
|
source = "git+https://github.com/kanidm/webauthn-rs?rev=ee887befbf57c5406136d8617183aa8d2b9ef387#ee887befbf57c5406136d8617183aa8d2b9ef387" |
|
|
source = "git+https://github.com/kanidm/webauthn-rs?rev=02a99f534127b30c6f4df7f2d42bc24f76dc4211#02a99f534127b30c6f4df7f2d42bc24f76dc4211" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"base64 0.13.0", |
|
|
"base64 0.13.0", |
|
|
"log 0.4.14", |
|
|
"log 0.4.14", |
|
|
|
@ -154,4 +154,4 @@ data-url = { git = 'https://github.com/servo/rust-url', package="data-url", rev |
|
|
job_scheduler = { git = 'https://github.com/jjlin/job_scheduler', rev = 'ee023418dbba2bfe1e30a5fd7d937f9e33739806' } |
|
|
job_scheduler = { git = 'https://github.com/jjlin/job_scheduler', rev = 'ee023418dbba2bfe1e30a5fd7d937f9e33739806' } |
|
|
|
|
|
|
|
|
# Add support for U2F appid extension compatibility |
|
|
# Add support for U2F appid extension compatibility |
|
|
webauthn-rs = { git = 'https://github.com/kanidm/webauthn-rs', rev = 'ee887befbf57c5406136d8617183aa8d2b9ef387' } |
|
|
webauthn-rs = { git = 'https://github.com/kanidm/webauthn-rs', rev = '02a99f534127b30c6f4df7f2d42bc24f76dc4211' } |
|
|