Closed
Bug 1801643
Opened 2 years ago
Closed 2 years ago
Rename U2FTokenManager to CTAPTokenManager
Categories
(Core :: DOM: Web Authentication, task, P3)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
DUPLICATE
of bug 1813982
People
(Reporter: msirringhaus, Assigned: jschanck)
References
Details
Once bug 1530373 lands, U2FTokenManager
is no longer accurately named, as it now contains also CTAP2-functionality (as U2F
is basically CTAP1
).
This should probably be renamed to CTAPTokenManager
or something similar. In C++-code as well as idl.
Reporter | ||
Updated•2 years ago
|
Blocks: webauthn-ctap2
Updated•2 years ago
|
Status: UNCONFIRMED → NEW
Type: enhancement → task
Ever confirmed: true
Comment 1•2 years ago
|
||
We eventually want to remove the U2F DOM API (bug 1737205). These are separate tasks, but that might be a convenient time to do the renaming (or maybe simpler is better).
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → jschanck
Priority: -- → P3
Assignee | ||
Comment 2•2 years ago
|
||
In Bug 1813982 we're moving most of the functionality of U2FTokenManager
to WebAuthnController
. The U2FTokenManager
will removed with the U2F DOM API in Bug 1737205.
You need to log in
before you can comment on or make changes to this bug.
Description
•