Skip to content

ClaudeWittebron/CSRF-Protection-Synchronizer-Token-Pattern

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors