Closed
Bug 1537552
Opened 7 years ago
Closed 7 years ago
Web Authentication - isUserVerifyingPlatformAuthenticatorAvailable should return false
Categories
(Core :: DOM: Web Authentication, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: jcj, Assigned: jcj)
References
()
Details
(Whiteboard: [webauthn])
Attachments
(1 file)
|
Bug 1537552 - Web Authentication - isUserVerifyingPlatformAuthenticatorAvailable should return false
47 bytes,
text/x-phabricator-request
|
Details | Review |
The WebAuthn spec changed from the days of https://bugzilla.mozilla.org/show_bug.cgi?id=1406468#c1.
Now the spec says, if there are no user-verifying platform authenticators available,
Otherwise, the promise is resolved with the value of `false`
So we should resolve false instead of never resolving.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jjones
OS: Unspecified → All
Priority: -- → P1
Hardware: Unspecified → All
| Assignee | ||
Comment 1•7 years ago
|
||
The WebAuthn spec changed from the days of https://bugzilla.mozilla.org/show_bug.cgi?id=1406468#c1.
Now the spec says, if there are no user-verifying platform authenticators available:
Otherwise, the promise is resolved with the value of false
...so we should resolve false instead of never resolving.
Pushed by jjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e959f59120b6
Web Authentication - isUserVerifyingPlatformAuthenticatorAvailable should return false r=keeler
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Comment 4•7 years ago
|
||
https://hg.mozilla.org/projects/ash/rev/e959f59120b66320138e1c01329ffda458d55855
Bug 1537552 - Web Authentication - isUserVerifyingPlatformAuthenticatorAvailable should return false r=keeler
You need to log in
before you can comment on or make changes to this bug.
Description
•