Javascript – Is Chrome ignoring WebAuthentication "userVerification" setting?
I'm currently working on an authentication flow based in web authentication. I've a yubikey 5 device for testing it. For the authentication ceremony, I'm using the following settings: allowCredentials: [] (an empty array, as I want to use discoverable credentials)…