jcjones / webauthn.bin.coffee

A simple site for testing Web Authentication
https://webauthn.bin.coffee/
Mozilla Public License 2.0
86 stars 27 forks source link

Is there a WebAuth polyfill with a U2F fallback please? #1

Open lakano opened 6 years ago

lakano commented 6 years ago

Hi !

I follow your work on Mozilla about WebAuthN RUST development, and I would like to ask you if there is somewhere a Web Authentication polyfill cross-browser, with ideally a fallback to the U2F API (I've read on a BugZilla ticket there will be a compatibility to move registered U2F devices to WebAuth).

Thanks for your help and your work ! :)

jcjones commented 6 years ago

We definitely need one. The only one I know of -- but it's still mostly a stub -- is https://github.com/apowers313/webauthn-polyfill.

lakano commented 6 years ago

Thank you @jcjones for your reply. I've already posted the same question 2 months ago on this polyfill because it wasn't updated since 10 months ( https://github.com/apowers313/webauthn-polyfill/issues/1 ). BTW, thank you for all your work on Mozilla Firefox :)