Using token in vanilla PHP for CSRF
Simple implementation of using a session token for protecting a form submission from POST attacks
May 4, 20242 min read169

Search for a command to run...
Articles tagged with #csrf
Simple implementation of using a session token for protecting a form submission from POST attacks

Use JavaScript's fetch to connect to a Django REST API URL