UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

19 lines (16 loc) 267 B
/*! * Connect - csrf * Copyright(c) 2011 Sencha Inc. * MIT Licensed */ /** * Anti CSRF: * * CSRF protection middleware. * * See [csurf](https://github.com/expressjs/csurf) * * @param {Object} options * @api public */ module.exports = require('csurf');