node-red-contrib-multiauth
Version:
A secure multi-user authentication middleware for Node-RED with ACL support.
32 lines (31 loc) • 628 B
JSON
{
"name": "node-red-contrib-multiauth",
"version": "1.1.1",
"description": "A secure multi-user authentication middleware for Node-RED with ACL support.",
"main": "multiauth.js",
"scripts": {
"test": "jest"
},
"keywords": [
"node-red",
"authentication",
"authorization",
"middleware",
"express",
"acl",
"multiuser"
],
"author": "https://github.com/csteinba",
"license": "MIT",
"node-red": {
"version": ">=2.0.0"
},
"dependencies": {
"argon2": "^0.41.1"
},
"devDependencies": {
"express": "^4.21.2",
"jest": "^29.7.0",
"supertest": "^7.0.0"
}
}