@nullplatform/np-scope-token-validator
Version:
JWT authentication service for nginx auth_request
31 lines (29 loc) • 563 B
JSON
{
"name": "@nullplatform/np-scope-token-validator",
"version": "1.0.5",
"description": "JWT authentication service for nginx auth_request",
"main": "auth.js",
"bin": {
"start": "./auth.js"
},
"dependencies": {
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"node-cache": "^5.1.2",
"node-rsa": "^1.1.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"jwt",
"authentication",
"nginx",
"auth-request"
],
"author": "",
"license": "MIT"
}