laravel-webauthn
laravel-webauthn copied to clipboard
some yubikeys are erroring out in Chrome
I am having an issue with some Yubikeys on asbiin/laravel-webauthn:^3.3.1
and web-auth/webauthn-lib:^4.6.0
for Chromium browsers -- Firefox works just fine. I have other (older and newer) keys that work on Chrome from Yubikey.
Error happens when trying to create the credentials:
DOMException: The operation either timed out or was not allowed. See: https://www.w3.org/TR/webauthn-2/#sctn-privacy-considerations-client.
Keys that don't work: 5C NFC (firmware 5.2.7) Yubikey 2 (firmware 5.2.4)
My current workaround: using "web-auth/webauthn-lib": "~4.5.2"
in composer.
@emedchill @chstdu thank you for this report. I don't have any issue with me yubikeys or any other webauthn key, so it's difficult to debug. If you find anything else, that could help!
Thank you very much for picking this topic up again. The YubiKey registration seems to be working for me now. Can you, @emedchill confirm?
This is still an issue from web-auth/webauthn-lib:4.6.0
to web-auth/webauthn-lib:4.8.3
(current) for certain keys.