Fix undefined property error on passkey login #118
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/passkey-login-undefined-id-property"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Webauthn\PublicKeyCredentialhas no$idproperty (only$rawId, inherited fromCredential). Every passkey login attempt was throwingUndefined property: Webauthn\PublicKeyCredential::$idand failing with a 500. Encode$rawIdthe same way it's stored during registration to look up the matching Passkey record.Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01LHN7V9kyZxrsxaspMSqoGJ