csrf-user
Version:
User based CSRF protection middleware for Express
29 lines (28 loc) • 638 B
JSON
{
"name": "csrf-user",
"version": "0.4.1",
"description": "User based CSRF protection middleware for Express",
"dependencies": {
"underscore": ">=1.6.0"
},
"main": "csrf-user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CSRF",
"protection",
"express",
"middleware"
],
"author": "Jonah Hirsch",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:crazydog115/csrf-user.git"
},
"bugs": {
"url": "https://github.com/crazydog115/csrf-user/issues"
},
"homepage": "https://github.com/crazydog115/csrf-user"
}