Reputation: 1045
I'd like to implement ACL with my MEAN application. I have a few questions regarding the implementation.
Here are a list of controller methods I have come up with to implement methods provided by ACL allowing an administrator to manage ACL settings:
Is there anything I am missing?
Upvotes: 1
Views: 3096
Reputation: 6986
https://npmjs.org/package/acl it works with mongo db as backend
Upvotes: 1