UNPKG

@horanet/hauth

Version:

Web authentication and authorization module for humans and devices with PG database

29 lines (28 loc) 630 B
{ "name": "@horanet/hauth", "version": "1.0.2", "description": "Web authentication and authorization module for humans and devices with PG database", "main": "lib/index.js", "scripts": { "example": "node ./example/index.js", "release": "standard-version" }, "keywords": [ "authentication", "authorization", "accounting", "AAA" ], "author": "Horanet", "license": "MIT", "devDependencies": { "express": "^4.21.0", "body-parser": "^1.19.0", "cookie-parser": "^1.4.5" }, "dependencies": { "jsonwebtoken": "^9.0.2", "pg": "^8.6.0", "scrypt-pwd": "^1.0.0" } }