@hicoder/express-auth-server
Version:
Model Driver Development Stack - authentication and authorization server for mongoose and express based application. It can be enabled to work as authentication, user profile managment, and authorization management servers.
41 lines (40 loc) • 980 B
JSON
{
"name": "@hicoder/express-auth-server",
"version": "0.9.72",
"description": "Model Driver Development Stack - authentication and authorization server for mongoose and express based application. It can be enabled to work as authentication, user profile managment, and authorization management servers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"Express",
"Node.js",
"Mongoose",
"Authentication",
"Authorization",
"Access",
"User",
"Profile"
],
"author": "Xibin Liu",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"bcrypt": "^5.0.1",
"jsonwebtoken": "^8.5.1"
},
"peerDependencies": {
"express": "^4.18.1",
"http-errors": "~2.0.0",
"@hicoder/express-emailing": "0.9.72",
"@hicoder/express-core": "0.9.72"
},
"devDependencies": {}
}