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

Fluent interface pattern

 public class UserConfigurationManager {     private String userName;     private String password;     private UserConfigurationManager() { ...