Tagged in

Design Patterns

cross-site-request-forgery-csrf
cross-site-request-forgery-csrf
CSRF is a common attack vector that tricks a user into executing an unwanted action in a web application. While dangerous, the attack is easily preventable.
More information
Followers
22
Elsewhere
More, on Medium

Synchronizer Token Pattern

I explained what is CSRF attack on Web Applications. Today I am going to explain the Synchronizer Token Pattern in this blog post as one of the identified solutions for this CSRF security attack.

What is Synchronizer token pattern?