fix(api): remove noisy CSRF guard debug log #631
Reference in New Issue
Block a user
Delete Branch "fix/csrf-debug-log"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.