Prevention of CSRF using Synchronizer Token Pattern implemented in Node.js
Node.js should be installed to the machine (better if the version is the latest)
- Clone or download the repository
- Open command prompt in the containing folder
- Type
npm install
to install the node modules - Type
npm start
ornode index.js
to start the application - Navigate to
http://localhost:4000/
via a web browser to view the application
Username and Password are admin
To learn about CSRF and Synchronizer Token Pattern visit,
http://hirunimirando.blogspot.com/2018/10/synchronizer-token-pattern-nodejs.html