Skip to content

A demo application to showcase the synchronizer token pattern used to overcome CRFS attacks in websites.

Notifications You must be signed in to change notification settings

munsif3/csrf-protection-synchronizer-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronizer Token Pattern

A demo application to showcase the STP pattern used to overcome CSRF attacks in web based applications.

Steps to run

  1. Build using "mvn clean install"
  2. Run using mvn spring-boot:run or run the .jar file under /target
  3. The application is accessible at localhost:8080
  4. Use username as admin and password as admin@ to login

Accompanying blog post can be found at this link

About

A demo application to showcase the synchronizer token pattern used to overcome CRFS attacks in websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published