Skip to content

As a user and cybersecurity engineer, I want to be protected from Cross Site Request Forgery (CSRF). #6

Description

@theoliverlear

As a user and cybersecurity engineer, I want to be protected from Cross Site Request Forgery (CSRF).

  • Research how Spring Boot handles CSRF protection by default and any additional configurations required.
  • Enable CSRF protection in the Spring Boot application and ensure CSRF tokens are added to forms and API requests.
  • Modify all forms and API requests in the TypeScript frontend to include the CSRF token.
  • Provide each webpage with its own CSRF token to be verified.

Points: 5

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions