Skip to content

hinami95/double-submit-cookies-pattern-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

double-submit-cookies-pattern-nodejs

Prevention of CSRF using Double Submit Cookies Pattern implemented in Node.js

Prerequisites

Node.js should be installed to the machine (better if the version is the latest)

Steps to run the application

  1. Clone or download the repository
  2. Open command prompt in the containing folder
  3. Type npm install to install the node modules
  4. Type npm start or node index.js to start the application
  5. Navigate to http://localhost:4000/ via a web browser to view the application

Note

Username and Password are admin

Blog Post

To learn about Double Submit Cookies Pattern visit,
http://hirunimirando.blogspot.com/2018/10/double-submit-cookies-pattern-nodejs.html

About

Prevention of CSRF using Double Submit Cookies Pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published