Files
panel-pelican-dev/config
Lance Pioch 0b0fac7337 Surface passkey login errors to the user
The @laravel/passkeys client reads the failure reason from a top-level
"message" field, but Pelican's exception handler renders errors in a
JSON:API envelope ({"errors": [{"detail": ...}]}) without one, so the
client fell back to "Request failed with status 4xx".

Add a middleware scoped to the passkey routes that mirrors the first
error's detail into a "message" field, and catch failures in
authenticateWithPasskey() to show them via a Filament notification
instead of failing silently in the console.
2026-06-22 23:50:52 -04:00
..
2017-08-21 22:10:48 -05:00
2022-12-01 11:51:26 -07:00
2025-07-08 21:16:11 -04:00
2026-01-13 08:39:50 +01:00
2024-05-07 22:17:28 -04:00
2024-03-19 16:59:53 -04:00
2026-06-09 05:56:24 -04:00
2024-03-12 22:39:16 -04:00
2025-03-21 08:42:42 +01:00