This project is a beginner-friendly Spring Boot application designed to demonstrate Cross-Site Request Forgery (CSRF) protection. It uses a cookie-based CSRF token approach, a simple user interface, ...
This is an example of a GoFiber backend with a React frontend that uses sessions and CSRF tokens. Inspired by https://redis.com/blog/json-web-tokens-jwt-are-dangerous ...
Cross-Site Request Forgery (often shortened to CSRF or XSRF) is a type of attack in which an external site makes a request to another site on behalf of a user without consent. This attack often relies ...