Skip to content

A demo application to showcase the double submit cookie pattern used to overcome CRFS attacks in websites.

Notifications You must be signed in to change notification settings

munsif3/csrf-protection-double-submit-cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double Submit Cookie Pattern

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

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 double submit cookie pattern used to overcome CRFS attacks in websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published