express-jwt-xsrf
Version:
Express filter for jwt parsing with anti-xsrf synchronizer.
33 lines (32 loc) • 830 B
JSON
{
"name": "express-jwt-xsrf",
"version": "0.0.14",
"description": "Express filter for jwt parsing with anti-xsrf synchronizer.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"repository": "https://github.com/kbulis/express-jwt-xsrf.git",
"author": "kirk.d.bulis@gmail.com",
"keywords": [
"express",
"jwt",
"xsrf",
"middleware"
],
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "echo Nothing to test at this time..."
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.4.1",
"@types/jsonwebtoken": "^7.2.5",
"typescript": "^2.7.2"
},
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"jsonwebtoken": "^8.2.0"
}
}