### Overview User Story: As a system, I want to prevent CSRF attacks on endpoints that rely on cookies. ### Action Items Acceptance Criteria: - [x] Refresh/logout endpoints are protected by: - [x] SameSite cookie settings and/or - [x] CSRF token (double submit or header-based) - [x] Backend rejects refresh requests missing CSRF proof (if implemented). ### Resources/Instructions - This issue is part of the epic: #2065
Overview
User Story:
As a system, I want to prevent CSRF attacks on endpoints that rely on cookies.
Action Items
Acceptance Criteria:
Resources/Instructions