Fix undefined property error on passkey login #118

Merged
jonny merged 1 commit from fix/passkey-login-undefined-id-property into develop 2026-08-21 16:34:02 +02:00

2026-08-21

Fix undefined property error on passkey login
Webauthn\PublicKeyCredential has no $id property (only $rawId,
inherited from Credential). Every passkey login attempt was throwing
Undefined property: Webauthn\PublicKeyCredential::$id and failing
with a 500. Encode $rawId the 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
2026-08-21 15:32:09 +01:00