fix(api): remove noisy CSRF guard debug log #631

Merged
jason.woltje merged 1 commits from fix/csrf-debug-log into main 2026-03-01 21:13:00 +00:00
Owner

The CSRF_SKIP_SESSION_BINDING debug log fired on every POST because CsrfGuard (APP_GUARD) always runs before the per-controller AuthGuard. This is expected behavior already documented in the code comment — the debug log just creates noise.

The CSRF_SKIP_SESSION_BINDING debug log fired on every POST because CsrfGuard (APP_GUARD) always runs before the per-controller AuthGuard. This is expected behavior already documented in the code comment — the debug log just creates noise.
jason.woltje added 1 commit 2026-03-01 21:12:56 +00:00
fix(api): remove noisy CSRF debug log for expected guard ordering
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
fa567114d6
jason.woltje merged commit b4f4de6f7a into main 2026-03-01 21:13:00 +00:00
Sign in to join this conversation.