summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterMove passkey login inline to home page, remove /auth/login routeyyamashita4 weeks
 
 
AgeCommit messageAuthorLines
2026-06-20Move passkey login inline to home page, remove /auth/login routeHEADmasteryyamashita-113/+83
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-174/+200
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
[...]