expressjs / csurf

CSRF token middleware
MIT License
2.3k stars 217 forks source link

How I can validate csrf token one time with only a request #249

Open longvd89 opened 2 years ago

longvd89 commented 2 years ago

i send post request create user with a token csrf . i want when create user success the token csrf cannot reuse ( i want csrf invalid when reuse) in an other post create user.