adds code


This is a quick tutorial to demonstrate how to set up CSURF with NodeJS, Express, and React. I've set this up on Ubuntu, but the command line inputs should be similar on Windows, Mac-OS, etc. Github Repositories: https://github.com/jimmythecode/CSURF-Back-End-Tutorial https://github.com/jimmythecode/CSURF-React-Tutorial Technologies used: NodeJS, Express, React, CSURF, CORS, cookie-parser, body-parser, etc: http://expressjs.com/en/resources/middleware/csurf.html https://expressjs.com/en/resources/middleware/cors.html http://expressjs.com/en/resources/middleware/body-parser.html http://expressjs.com/en/resources/middleware/cookie-parser.html Understand CSRF (Cross Site Forgery Requests) https://www.youtube.com/watch?v=eWEgUcHPle0
Previous Post Next Post