erl-csurf
v1.10.9
Published
CSRF token middleware
Downloads
5
Maintainers
Readme
erl-csurf
Install
npm install erl-csurf --saveTo use in your app:
app.use(cookieParser());
csurf({ cookie: true });
// ...declare all your other routes and middlewareFork and reference of https://github.com/ashrith-kulai/express-csurf
The official repo doesn't support manual token verification. Hence this fork.
