-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomers
Description
Description:
Add CSRF protection when using httpOnly cookies for access/refresh tokens.
Tasks:
- Enable double-submit cookie or CSRF token header approach
- Provide CSRF token via GET /auth/csrf (if needed)
- Validate CSRF token for state-changing requests
- Update docs/README for frontend integration steps
Acceptance Criteria:
- State-changing requests without valid CSRF token fail with 403
- CSRF token lifecycle documented and test-covered
- Works seamlessly with current auth flows
- Screenshot of server Up and Running
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomers