f-23 / react-native-passkey

Passkeys for React Native
MIT License
143 stars 32 forks source link

Native error #47

Open MuzaffarShaikh0201 opened 3 months ago

MuzaffarShaikh0201 commented 3 months ago

{"error": "Native error", "message": "Error: [34000]"} Hi, I am getting this error on Passkey.create() when i click on continue on the Create Passkeys overlay, can someone please explain me what this error means.

sirkostya009 commented 3 months ago

I resolved 34000 errors by specifying authenticatorSelection fields in the attestation request. https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialCreationOptions#authenticatorselection

f-23 commented 1 month ago

@MuzaffarShaikh0201 Has this been resolved in the meantime?