https://github.com/jfromaniello/express-unless
两个问题。
知道为什么这不起作用吗?
似乎该图书馆被放弃了。还有其他选择吗?
handleExpiredTokens.unless({
path: [{
url: '/foo',
methods: ['POST']
}]
});
function handleExpiredTokens(err, req, res, next) {
// stuff
}
handleExpiredTokens.unless = unless;
module.exports = handleExpiredTokens;
handleExpiredTokens在包括POST / foo
的每个请求上运行获取protectWithCSRF.unless is not a function