This was a simple exercise to make an Auth system in PHP from scratch. This uses a csrf token, uses sqlite as a database, hashes the user's password, has error ...
can you explain on how to get the x-csrf-token using firefox? i have tried to get the x-csrf-token from developer tools on firefox but can't figure out on how to obtain it.