122
edits
(Update dates) |
(→Web Authentication: Note new landing dates) |
||
Line 37: | Line 37: | ||
* 2017 Q2: Support USB HID U2F devices on Linux, Mac OS X, and Windows. [https://github.com/jcjones/u2f-hid-rs/ rust u2f-hid-rs library] | * 2017 Q2: Support USB HID U2F devices on Linux, Mac OS X, and Windows. [https://github.com/jcjones/u2f-hid-rs/ rust u2f-hid-rs library] | ||
* 2017 Q2-3: Integrate '''USB HID U2F hardware support''' into Firefox. | * 2017 Q2-3: Integrate '''USB HID U2F hardware support''' into Firefox. | ||
** | ** Done in '''Firefox 57'''. | ||
* 2017 Q2-3: Update to Working Draft 5 of the WebAuthn JS API. | * 2017 Q2-3: Update to Working Draft 5 of the WebAuthn JS API. | ||
** Done in Firefox 56 | ** Done in '''Firefox 56''' | ||
* 2017 Q3: Integrate hardware support with the '''FIDO U2F v1.1 JS API''' | * 2017 Q3: Integrate hardware support with the '''FIDO U2F v1.1 JS API''' | ||
** | ** Done in '''Firefox 57'''. | ||
* 2017 September: Interoperability testing for WebAuthn. | * 2017 September: Interoperability testing for WebAuthn. | ||
* 2017 (late): Update to the Candidate Recommendation of the WebAuthn JS API. | * 2017 (late): Update to the Candidate Recommendation of the WebAuthn JS API. | ||
Line 53: | Line 49: | ||
* 2018: Support U2F hardware for Firefox for Android. | * 2018: Support U2F hardware for Firefox for Android. | ||
** [https://github.com/jcjones/u2f-hid-rs/issues/42 u2f-hid-rs Issue #42] | ** [https://github.com/jcjones/u2f-hid-rs/issues/42 u2f-hid-rs Issue #42] | ||
All of the above dates are for landing in Firefox Nightly. | All of the above dates are for landing in Firefox Nightly. | ||
Line 59: | Line 54: | ||
'''Goal''': permit use of U2F tokens via a user-controllable preference (not on by default) in Firefox 56 or 57, and Web Authentication (on by default) in Firefox 57 or 58. (See [[RapidRelease/Calendar]]) | '''Goal''': permit use of U2F tokens via a user-controllable preference (not on by default) in Firefox 56 or 57, and Web Authentication (on by default) in Firefox 57 or 58. (See [[RapidRelease/Calendar]]) | ||
=== | === Using U2F / WebAuthn === | ||
Enable the preferences in '''about:config''': | |||
* | * security.webauth.u2f | ||
* | * security.webauth.webauthn | ||
Enabling debugging (example for OSX): | Enabling debugging (example for OSX): | ||
Line 78: | Line 71: | ||
* https://webauthn.bin.coffee/wd-05/ | * https://webauthn.bin.coffee/wd-05/ | ||
It does not work on Facebook; there are issues beyond browser detection that haven't been analyzed yet. | It does not work on Facebook or Google Accounts; there are issues beyond browser detection that haven't been analyzed yet. | ||
=== Tracked Bugs === | === Tracked Bugs === |
edits