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

[email protected] module depends on [email protected] and [email protected]. Both these mongodb related modules depends on [email protected]. Below vulnerability found with bson version 1.0.9 that currently used in [email protected] with mongodb modules....

small fix to the readme to fix the formatting of removeResouce()

So thought I would set up acl for my site, and it seemed like using the mongoose _id was an easy way to use the system. Thought I would use...

In my company, we are using this library. I am guessing it's no longer maintained but I thought it would be worth creating an issue, in case someone else comes...

A while since the last commit, 120 issues, 24 pull requests going back to 2015... Eek, is there anybody maintaining this project, or is it just that stable? Are you...

i am using ACL module with mongodb, i define some roles and their permissions using the acl.allow() function. ``` const node_acl = require('acl'); const mongodb = require('mongodb'); let acl =...