Uh oh!
There was an error while loading. Please reload this page.
FIDO U2F High-level API - #8
Conversation
dc9c751 to
3d8b9b7Comparearakis
commented
Dec 8, 2014
Which browser already support this? Is there any link/documentation to w3.org, too? |
hultqvist
commented
Dec 8, 2014
FIDO alliance appears to be the place for cooperation regarding U2F. Google Chrome is the only browser I know of, currently it has out of the box support on google domains. I wrote a fully working registration and signing implementation before sending this pull request. |
danelkhen
commented
Jan 8, 2015
That's cool! But wouldn't it be better to put it in a separate assembly? |
hultqvist
commented
Jan 9, 2015
U2F has a way to go to be available in all browsers, people push for it to be in firefox as well but so far not much is happening there. One reason to not make it a separate assembly is that it is not really an assembly library but an API into the browser. I linked to a chrome extension previously but that is only intended as a temporary workaround, later the API will work without any extra code added to a page. Specifically the I could change it to be |
arakis
commented
Jan 9, 2015
In my opinion, we should wait until it's official in the w3c specification, and integrated in firefox, too. |
danelkhen
commented
Jan 9, 2015
Well if it's planned to go into w3c I don't see a problem with adding it now. But if we're not sure or the API will change, perhaps it will be safer to add it as a separate assembly, but also not critical. |
hultqvist
commented
Jan 11, 2015
Feel free to do as you choose, when it is final in chrome and implemented in Firefox i can push this again. |
http://fidoalliance.org/specs/fido-u2f-javascript-api-v1.0-rd-20141008.pdf