UNPKG

@ahhaohho/auth-middleware

Version:

Shared authentication middleware with Passport.js for ahhaohho microservices

45 lines (44 loc) 1.11 kB
{ "name": "@ahhaohho/auth-middleware", "version": "1.0.8", "description": "Shared authentication middleware with Passport.js for ahhaohho microservices", "main": "src/index.js", "scripts": { "test": "echo \"Warning: no test specified\" && exit 0", "prepublishOnly": "echo \"Publishing package...\"" }, "repository": { "type": "git", "url": "git+https://github.com/Future-Lab-META/auth-middleware.git" }, "bugs": { "url": "https://github.com/Future-Lab-META/auth-middleware/issues" }, "homepage": "https://github.com/Future-Lab-META/auth-middleware#readme", "publishConfig": { "access": "public" }, "keywords": [ "passport", "jwt", "authentication", "middleware", "ahhaohho" ], "author": "ahhaohho", "license": "MIT", "dependencies": { "@aws-sdk/client-secrets-manager": "^3.552.0", "ioredis": "^5.4.1", "jsonwebtoken": "^9.0.2", "passport": "^0.7.0", "passport-custom": "^1.1.1", "passport-jwt": "^4.0.1" }, "peerDependencies": { "express": "^4.x" }, "engines": { "node": ">=16.0.0" } }