jonnybarnes.uk/app/Http
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 4ed98c30b2
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
..
Controllers Fix undefined property error on passkey login 2026-08-21 15:32:09 +01:00
Middleware Fix CSRF exemption and array-input crash on revocation/introspection 2026-08-13 17:03:43 +01:00
Requests Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00
Responses Update Laravel Pint, fix files in codebase 2023-02-16 16:57:06 +00:00