expressjs / csurf

CSRF token middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

longvd89 opened this issue · comments

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.