-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with 1Password #8
Comments
It seems like there's a bug in Firefox, or possibly the 1Password extension for it, because errors occur on the JavaScript side when reading the PublicKeyCredential. The 1Password extension in Firefox substitutes existing browser APIs with its own functions and returns objects that correspond to those in the native browser API. The problem occurs because the call to the method response.getAuthenticatorData() for the The examples from |
The most we can do for such a situation is to adjust the demo example so that a corresponding alert appears when an exception occurs. In the case of widespread use of the Firefox + 1Password combination in production, there's a workaround which consists of ignoring the invocation of |
Do I understand correctly that it's a bug in 1Password passkey implementation? |
In 1Password Firefox extension |
On Firefox 122 with 1Password extension.
Steps to reproduce
{"":["The authentication ceremony completed with an error"]}
This works fine on passkeys.io and fido2-net-lib.passwordless.dev
The text was updated successfully, but these errors were encountered: