Files
stack/apps
Jason Woltje 3376d8162e
All checks were successful
ci/woodpecker/push/api Pipeline was successful
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 <noreply@anthropic.com>
2026-02-16 03:41:50 -06:00
..