node.js - Proper RBAC library for NodeJS -


we searching proper nodejs library role-based access control(rbac).

we did investigation , found popular solution https://github.com/optimalbits/node_acl

it's access control list module, based on redis express middleware support.

this library has great support , it's popular.

but in same time here solution https://github.com/forbeslindesay/connect-roles

it's authorisation provider designed work connect or express.

i see last commit repo done 1 year ago. support not well.

could suggest library better handling roles , privileges in complicated application?

thank in advance


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -