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
As a user and cybersecurity engineer, I want to be protected from Cross Site Request Forgery (CSRF).
Points: 5