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

Abstract factory pattern

When single task can be done by multiple groups/family of objects and decision is taken at the runtime.