node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Access control lists for node applications

Results 100 node_acl issues
Sort by recently updated
recently updated
newest added

Please upgrade mongodb version

I need superadmin, who have all permissions on all the resources. what can i do with node_acl?

- Make compatible with MongoDB Node.JS Driver v3.1.1 - Address critical vulnerability https://nodesecurity.io/advisories/146 - Address low vulnerability https://nodesecurity.io/advisories/534 Tested with Node.js v10.7.0 (not compatible with 0.10 and 0.12, so CI...

Mongoose version: 5.6.7 mongo: 4.0 in mongodb-backend, `get` function the select as the second parameter does not deselect _bucketname, thus in roles we even get _bucketname as role name

Hello, First of all, thanks for your package which seems to be amazing ! I look forward to try it but I would like to warn you about this point...

the function removeResource is annotated, whether it been abandoned ? then how can i delete source only ?

[email protected] deprecation warnings as follows: ``` DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead. at ~node_modules\acl\lib\mongodb-backend.js:128:20 DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. at ~node_modules\acl\lib\mongodb-backend.js:138:20 ```

I want to implement resource hierarchy. anyone can help?

I'm a bit confused as to how to get the express middleware to work with params. The documentation suggests you can add the middleware to route with params i.e. ```...

Can you suggest any good examples of sites, apps, etc. using this module? I'm still having a bit of trouble wrapping my head around some of the concepts of ACL,...