Closed
Bug 1828215
Opened 2 years ago
Closed 2 years ago
Remove U2FHIDTokenManager
Categories
(Core :: DOM: Web Authentication, task, P2)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
Details
Attachments
(1 file)
When security.webauthn.ctap2 = false
we use U2FHIDTokenManager
instead of authrs_bridge
. This essentially downgrades us to the v0.3.x version of the authenticator crate. The next release of authenticator will let us use this legacy code without going through U2FHIDTokenManager
/ the C API. We'll just have to set a flag in authrs_bridge
.
Once we merge a version of authenticators that contains PR #250 we can remove U2FHIDTokenManager.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D175810
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5b54d6fa6ce
Remove U2FHIDTokenManager. r=keeler
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•