Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 362 Bytes

File metadata and controls

2 lines (2 loc) · 362 Bytes

CSRF-Protection-Synchronizer-Token-Pattern

One of the basic protection against CSRF is using the Sychronizer Token Pattern technology, where a token is used to validate the request of the user, from the server side – Token will be generated from the servers end while an AJAX call is used to validate the cookies from the users end with the server end token