keymaster
keymaster copied to clipboard
Chrome 96 - U2F being deprecated.
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.

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.
I am planning the following:
- Experimental flag to allow webauthn in addition to u2f (web only)
- Work on migrating/reusing the current u2f registrations to be signed via the webauthn api
- Figure out client side implementation with webauthn wire/hid protocol
- remove experimental flag.
My current plan is to have (the parallel auth with experimental backend done during this winter break).
This was fixed