NodeJS app ACL for Digital Chameleon
"version": "1.2.xx" to the To publish,
npm publish
To simpy build,
npm run tsc
To include this as a dependency in your project,
npm install dc-nd-acl@
const dcAcl = require("dc-nd-acl");const acl = new dcAcl.DcAcl();
const cfg = new dcAcl.InitCfg(jwt, rrbUrl, pool, schema);
acl.init(cfg);
`Available operations
`
1. hasAnyRole
2. hasAllRoles
3. filterPermitted
4. hasPermission
5. hasSid
6. addSid
`
hasSid, addSid must be invoked within a single transaction from the application which
uses this module.Currently available version
1.0.67run,
npm install dc-nd-acl@1.0.64`Copyright: Digital Chameleon
Author: LIYANA ARACHCHIGE RANIL