0.0.3 • Published 11 years ago

csrfwhitelist v0.0.3

Weekly downloads
12
License
-
Repository
github
Last release
11 years ago

connect CSRF protection middleware with white list

sometimes we want csrf protection but pass white list intended

usage with express 3:

app.use(express.csrf({value: new require('CsrfWhiteList')('/path1', '/path2')}));

then, request which path match the given white list will pass the csrf protection without _crsf token

enjoy..

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago