2
There is a way, or some cool package, to work with user profiles for access in certain endpoints of the REST API, as per each one’s permission? I am using Nodejs + Express + Sequelizejs as ORM.
2
There is a way, or some cool package, to work with user profiles for access in certain endpoints of the REST API, as per each one’s permission? I am using Nodejs + Express + Sequelizejs as ORM.
2
Thanks to personal help, I got what I wanted using the package Express-ACL, served very well, works perfectly!
Browser other questions tagged javascript node.js express sequelize-js
You are not signed in. Login or sign up in order to post.
Hello! I’m using the express-jwt for this, and it works perfectly. Hug and good luck!
– Tiago Luz
Search by ACL (Access Control List) which is exactly what you need for this. https://www.npmjs.com/search?q=acl
– William Bruno Rocha Moraes