9bc2d65b431523ab23140de102a4885088a0772b
router.push() can reuse a cached middleware redirect that was issued before the cookie was set, sending the user back to /login. window.location.href forces a fresh browser request that carries the newly set access_token cookie. Also changed SameSite=Strict -> SameSite=Lax so the cookie is included in all same-site navigation patterns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
312 KiB
Languages
Go
56.5%
TypeScript
38.6%
Shell
2.5%
Makefile
2.1%
CSS
0.2%
Other
0.1%