Closed
Bug 1375512
Opened 9 years ago
Closed 9 years ago
Don't require a U2F*TokenManager to expose IsRegistered()
Categories
(Core :: DOM: Device Interfaces, enhancement)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
(Whiteboard: [webauthn])
Attachments
(1 file)
|
14.90 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
U2FTokenTransport is the actual interface we should be using in the U2FTokenManager, and that doesn't have IsRegistered() either. We should move those calls into Register() and Sign() as they're implementation-dependent. The HID tokens for example will have to keep calling u2f_register() for tokens where isRegistered()=false when signing, due to privacy reasons.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8880411 -
Flags: review?(kyle)
Updated•9 years ago
|
Attachment #8880411 -
Flags: review?(kyle) → review+
Pushed by ttaubert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/168eddb5129e
Don't require a U2F*TokenManager to expose IsRegistered() r=qDot
Comment 3•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•