nmicro-jwt-auth
Version:
JWT Auth adapter for nmicro-router
30 lines (29 loc) • 671 B
JSON
{
"name": "nmicro-jwt-auth",
"version": "1.0.1",
"description": "JWT Auth adapter for nmicro-router",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jinujd/nmicro-jwt-auth.git"
},
"keywords": [
"nmicro",
"jwt-auth",
"nmicro-jwt-auth",
"jwt"
],
"author": "Jinu Joseph Daniel",
"license": "MIT",
"bugs": {
"url": "https://github.com/jinujd/nmicro-jwt-auth/issues"
},
"homepage": "https://github.com/jinujd/nmicro-jwt-auth#readme",
"dependencies": {
"jsonwebtoken": "^9.0.0"
}
}