Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 564 Bytes

File metadata and controls

17 lines (10 loc) · 564 Bytes

Cross Site Request Forgery(CSRF) Protection using Synchronizer Token Pattern in PHP

Installation and Running Application

You'll need PHP in your working machine to run this application.

Download and install either

  • xampp
  • wampp

to run the application in your local machine.

Clone the repo or download the zip file and put it inside htdocs folder.

Navigate to localhost/CSRF-Protection-Using-Synchronizer-Token-Pattern-PHP in the browser.

Blog Post Link: https://saugataryal.wordpress.com/2018/10/01/csrf-mitigation-using-synchronizer-token-pattern/