Role-based access control in node js

I am developing a web portal using Angular JS and node.js, and I studied to find a library in node.js that provides role-based access control.

All libraries that are currently available for such connection-connections, ACLs , etc., provide page-level authorization where you cannot access a specific path or URL based on your role.

Do we have ready-made options where we can enable / disable the text field based on the user role? Therefore, my page page will be displayed to the user, however, some of the fields will be disabled depending on the role of the user.

Thanks in advance.

+4
source share

All Articles