Friday, July 5, 2024

High level overview of how spring security manages csrf

 


CSRF token is used only for HTTP POST, PUT, PATCH AND DELETE methods.

No comments:

Post a Comment

Testing controller

------Controller------------- @RestController @RequestMapping("/items") public class ItemController {     private final ItemServic...