Issues with PublicKeyCredential: toJSON() and passkeys
We are developing a SaaS service with passkey support.
When we tested passkey functionality with 1Password across various browsers, we found that it is completely broken.
Does 1Password offer any support for SaaS developers integrating passkeys?
The specific issues are as follows:
Chrome Extension
When using 1Password as the authenticator, calling PublicKeyCredential: toJSON() to convert the authenticatorResponse into JSON for sending to the server results in an error, as this method no longer works.
Firefox Extension
When using 1Password as the authenticator, PublicKeyCredential: toJSON() can be executed to convert the authenticatorResponse into JSON, but the result ignores ArrayBuffer, causing attestationObject, clientDataJSON, etc., to be blank.
