express-access-token
Version:
ExpressJS middleware that detects access token and attaches to request context (as: req.accessToken)
18 lines (17 loc) • 409 B
JSON
{
"name": "express-access-token-example",
"version": "1.0.0",
"description": "Example App that uses express-access-token",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cookie-parser": "1.4.5",
"express": "4.17.1",
"express-access-token": "^1.1.0"
}
}