index
:
microblog
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Move passkey login inline to home page, remove /auth/login route
yyamashita
4 weeks
Age
Commit message
Author
Lines
2026-06-20
Move passkey login inline to home page, remove /auth/login route
HEAD
master
yyamashita
-113
/
+83
2026-06-20
Remove debug code from passkey registration page
yyamashita
-22
/
+5
2026-06-20
Fix TypeError: remove erroneous b64urlToBuffer call on user object
yyamashita
-1
/
+0
2026-06-20
Fix: move passkey API to dedicated route without React component
yyamashita
-174
/
+200
2026-06-20
Debug: show raw response body to diagnose json() failure
yyamashita
-4
/
+10
2026-06-20
Debug: force render between steps, remove rp.id from native options
yyamashita
-10
/
+8
2026-06-20
Add step-by-step debug display to passkey registration
yyamashita
-5
/
+15
2026-06-20
Bypass @simplewebauthn/browser: call WebAuthn API directly
yyamashita
-8
/
+56
2026-06-20
Debug passkey: send minimal options to isolate iOS SyntaxError
yyamashita
-7
/
+12
2026-06-20
Strip extensions + filter algs for iOS Safari compatibility
yyamashita
-3
/
+7
[...]