keymaster icon indicating copy to clipboard operation
keymaster copied to clipboard

Chrome 96 - U2F being deprecated.

Open erikespinoza opened this issue 3 years ago • 1 comments
trafficstars

It appears that Keymaster is using the deprecated U2F plugin in Chrome. This will not work after Feb 2022. I get this warning with Chrome 96.

image

Currently u2f-api.js uses the Cryptotoken extension (kmendfapggjehodndflmmgagdbamhnfd) that is built into Chrome. This is being deprecated in favor of using webauthn in future versions of Chrome and thus U2F will stop working.

erikespinoza avatar Dec 06 '21 23:12 erikespinoza

I am planning the following:

  1. Experimental flag to allow webauthn in addition to u2f (web only)
  2. Work on migrating/reusing the current u2f registrations to be signed via the webauthn api
  3. Figure out client side implementation with webauthn wire/hid protocol
  4. remove experimental flag.

My current plan is to have (the parallel auth with experimental backend done during this winter break).

cviecco avatar Dec 20 '21 22:12 cviecco

This was fixed

erikespinoza avatar Jan 26 '23 18:01 erikespinoza