prefiks / u2f4moz

U2F support extension for Firefox
GNU Lesser General Public License v2.1
197 stars 15 forks source link

Can/will this extension be ported to a "web extension"? #56

Open hwine opened 7 years ago

hwine commented 7 years ago

Mozilla has announced that only "web extensions" will be usable in Firefox by the end of 2017.

Can this extension be ported?

Will this extension be ported?

mk-fg commented 7 years ago

This extension works by running bundled "u2f" binary that communicates with /dev/hidraw0 (or its analogue on windows). WebExtensions have "Native Messaging" API for this, though I don't think they allow bundling of the binary itself, but it can be downloaded/installed separately, so it looks like straight-up port is at least possible. There's also chance that by Firefox-57 there will be native u2f support, as it was planned for Q2-3 2017.

prefiks commented 7 years ago

Yes that is true, there is no possibility to deliver binary program that is used for communication with u2f device in webextension, to make it work it would require downloading and installing it outside firefox.

anarcat commented 6 years ago

i would close this in favor of #59 which has more details, including news from the Mozilla developers that they now include U2F support straight in FF 57!

mk-fg commented 6 years ago

@anarcat Thanks for the pointer!