UNPKG

mdds-mongoose-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) 972 B
{ "name": "mdds-mongoose-express-auth-server", "version": "0.7.110", "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": "^3.0.2", "jsonwebtoken": "^8.4.0" }, "peerDependencies": { "express": "^4.16.3", "http-errors": "~1.6.2", "mdds-emailing": "0.7.110", "mean-rest-express": "0.7.110" }, "devDependencies": {} }