UNPKG

267 BJavaScriptView Raw
1/*!
2 * Connect - csrf
3 * Copyright(c) 2011 Sencha Inc.
4 * MIT Licensed
5 */
6
7/**
8 * Anti CSRF:
9 *
10 * CSRF protection middleware.
11 *
12 * See [csurf](https://github.com/expressjs/csurf)
13 *
14 * @param {Object} options
15 * @api public
16 */
17
18module.exports = require('csurf');