summaryrefslogtreecommitdiff
path: root/app/routes/auth.register.tsx
AgeCommit message (Expand)AuthorLines
2026-06-20Remove debug code from passkey registration pageyyamashita-22/+5
2026-06-20Fix TypeError: remove erroneous b64urlToBuffer call on user objectyyamashita-1/+0
2026-06-20Fix: move passkey API to dedicated route without React componentyyamashita-100/+13
2026-06-20Debug: show raw response body to diagnose json() failureyyamashita-4/+10
2026-06-20Debug: force render between steps, remove rp.id from native optionsyyamashita-10/+8
2026-06-20Add step-by-step debug display to passkey registrationyyamashita-5/+15
2026-06-20Bypass @simplewebauthn/browser: call WebAuthn API directlyyyamashita-8/+56
2026-06-20Debug passkey: send minimal options to isolate iOS SyntaxErroryyamashita-7/+12
2026-06-20Strip extensions + filter algs for iOS Safari compatibilityyyamashita-3/+7
2026-06-20Fix passkey registration on iOS: strip hints field and set displayNameyyamashita-1/+4
2026-06-19Fix passkey registration: fixed userID + surface actual error messageyyamashita-6/+14
2026-06-19Require REGISTER_TOKEN to create a passkeyyyamashita-26/+42
2026-06-19Add white theme, post delete, and passkey authenticationyyamashita-0/+140