NEXT JS and CSRF

Viewed 19

I'm using next js along with iron-session for authentication as a full stack application.

How can I implement Anti CSRF to protect state changing routes (delete, edit, create etc).

0 Answers
Related