Files
stack/apps
jason.woltjeandClaude Opus 4.6 3376d8162e fix(#410): skip CSRF guard on auth catch-all route
The global CsrfGuard blocks POST /auth/sign-in/oauth2 with 403 because
unauthenticated users have no session and therefore no CSRF token.
BetterAuth handles its own CSRF protection via toNodeHandler().

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-16 03:41:50 -06:00
..