stronglink
stronglink copied to clipboard
CSRF tokens
Use CSRF tokens in all of our POST
forms.
- Blog composer (
/new
) - Blog uploader (
/up
) - Login and registration forms
Also think about how to protect our upload API (POST /sln/file
). Need some sort of API token or something?
Store the tokens in memory, not in the database.