21 Jun 2020

CSRF Token

  • concepts
  • web
  • server-side
  • CSRF Token

    Cross-site Request Forgery token is a token containing a random value generated by the server-side application in order to prevent hackers from forging the user’s data. When a client logs in, the server gives a session token unique to that client. The client needs to provide the same token in order to request to the server so that the server validates it.