UNPKG

plugable-authentication

Version:

The PlugableAuthentication module offers middleware functions for various authentication tasks within Node.js applications, particularly in conjunction with Express.js.

48 lines (47 loc) 1.36 kB
{ "name": "plugable-authentication", "version": "2.6.4", "description": "The PlugableAuthentication module offers middleware functions for various authentication tasks within Node.js applications, particularly in conjunction with Express.js.", "main": "index.js", "scripts": { "test": "mocha --timeout 100000", "single-test": "mocha --timeout 100000 -- -grep", "dev-server": "nodemon dev-server/index.js" }, "devDependencies": { "chai": "4.1.2", "cookie-parser": "^1.4.6", "dotenv": "^16.3.1", "express": "^4.19.2", "mocha": "^10.3.0", "nodemon": "^3.0.2", "passport": "^0.7.0", "passport-google-oauth": "^2.0.0", "prettier": "^3.2.4" }, "dependencies": { "bcryptjs": "^2.4.3", "crypto-js": "^4.2.0", "joi": "^17.12.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "mongoose": "7.6.8", "uuid": "^9.0.1", "validator": "^13.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/kuljitsingh-crypto/plugable-authentication.git" }, "keywords": [ "plugable", "authentication", "auth" ], "author": "Kuljit Singh", "license": "ISC", "bugs": { "url": "https://github.com/kuljitsingh-crypto/plugable-authentication/issues" }, "homepage": "https://github.com/kuljitsingh-crypto/plugable-authentication#readme" }