we are looking for a suitable Nodejs library for role-based access control (RBAC).
We did some research on this and found that the most popular solution is this . This is an Access Control List module based on Redis with support for Express middleware. This library has excellent support and is very popular.
But at the same time, there is another solution .
This is the authorization of the provider, which is designed to work with the connection or express. I see that the last commit in this repo was made 1 year ago. So the support is not very good.
Which library would be better for handling roles and privileges in a complex application?
source
share