CyberDeck / devise-fido-u2f

A devise module to authenticate additionally with a FIDO U2F hardware token, e.g. a Yubico USB security key.
MIT License
35 stars 4 forks source link

can't have the gem working #16

Open lethunder opened 5 years ago

lethunder commented 5 years ago

Hello, i followed instruction to install the gem. i keep having this message in my browser console

Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('chrome-extension://kmendfapggjehodndflmmgagdbamhnfd') does not match the recipient window's origin ('null').

the page appears but js seems to be broken.

Rails 5.2.1.1 ruby 2.3.3

i'm trying to use the component from my admin controller.

ghost commented 2 years ago

I suspect this has to do with picrel?

Screenshot 2022-05-21 at 05 25 51

Or more importantly: Deprecation from U2F API to WebAuthn:

Google Chrome will no longer support U2F API after February (2022)

@CyberDeck any plans on updating for replacing U2F API? ref. Migrating from U2F to WebAuthn