mongoose-acl? not until you mentioned it :p
Looking quickly It seems to operate similarly but, well, there isn't so
many ways to implement ACLs anyway. So, no surprise there.
but seems it is made for using with mongoose. simple-acl is intended to be
standalone.
If you use mongoose, then it might be a good module to use.
You can do similar thing pretty easily with simple-acl, just do something
like
acl.grant(user.id, 'widget/123/read', callback);
Which IMO, would've achieved the same thing.
On Thursday, September 6, 2012 5:56:21 AM UTC+7, Joshua Gross wrote:
>
> Have you seen mongoose-acl? Does it operate similarly to yours? It's nice
> and I've been using it for about 24 hours.
>
> -- Joshua Gross
> Christian / SpanDeX.io / BA Candidate of Computer Science, UW-Madison 2013
> 414-377-1041
>
> On Sep 5, 2012, at 2:07 PM, chakrit <[email protected] <javascript:>>
> wrote:
>
> Couldn't find one clean and simple ACL implementation. So I decided to
> write one.
>
> Github: https://github.com/chakrit/simple-acl
> NPM: https://npmjs.org/package/simple-acl
>
> Very alpha atm. but it's pretty simple and it has tests :)
>
> Comments, patches and suggestions, pretty please? :)
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected] <javascript:>
> To unsubscribe from this group, send email to
> [email protected] <javascript:>
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
>
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en