@ianwalter/nrg-csrf
Version:
CSRF middleware for the nrg web framework
50 lines (49 loc) • 1 kB
JSON
{
"name": "@ianwalter/nrg-csrf",
"description": "CSRF middleware for the nrg web framework",
"version": "1.0.1",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Ian Walter",
"url": "https://ianwalter.dev"
},
"main": "index.js",
"scripts": {
"test": "bff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianwalter/nrg.git",
"directory": "packages/nrg-csrf"
},
"keywords": [
"csrf",
"cross",
"site",
"request",
"forgery",
"security",
"middleware",
"token"
],
"files": [
"index.js"
],
"homepage": "https://github.com/ianwalter/nrg/blob/main/packages/nrg-csrf#readme",
"bugs": {
"url": "https://github.com/ianwalter/nrg/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ianwalter"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"csrf": "^3.1.0"
},
"devDependencies": {
"@ianwalter/bff": "^11.0.0"
}
}