nodesec-csrf-angular
/*some code here*/ | |
app.use(csrf()); | |
app.use(function (req, res, next) { | |
res.cookie('XSRF-TOKEN', req.csrfToken()); | |
next(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment