In this episode we are going to look at how to protect our login system from CSRF. I briefly explain what CSRF is and how it works along with how to use CSRF tokens to protect against this attack. This method can be used on any php form to keep it safe from Cross Site Request Forgery.
CSRF Computerphile Video: • Cross Site Request Forgery - Computerphile
Code: https://github.com/Code-Break0/Secure...