@mestrak/passport-multi-jwt
Version:
Passport authentication strategy using JSON Web Tokens with multiple providers. Fully backwards compatible with passport-jwt.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "@mestrak/passport-multi-jwt",
"version": "0.0.8",
"description": "Passport authentication strategy using JSON Web Tokens with multiple providers. Fully backwards compatible with passport-jwt.",
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --require test/bootstrap test/*test.js",
"testcov": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/mikenicholson/passport-jwt.git"
},
"keywords": [
"Passport",
"Strategy",
"JSON",
"Web",
"Token",
"JWT"
],
"author": "James Strachan",
"license": "MIT",
"bugs": {
"url": "https://github.com/mestrak/passport-jwt/issues"
},
"homepage": "https://github.com/mestrak/passport-jwt",
"devDependencies": {
"chai": "^3.0.0",
"chai-passport-strategy": "^1.0.0",
"mocha": "^6.2.2",
"nyc": "^15.1.0",
"sinon": "^1.0.0"
},
"dependencies": {
"jsonwebtoken": "^8.2.0",
"passport-strategy": "^1.0.0"
}
}