User profiles for REST API access using Nodejs + ORM Sequelizejs

Asked

Viewed 772 times

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.

  • 1

    Hello! I’m using the express-jwt for this, and it works perfectly. Hug and good luck!

  • 1

    Search by ACL (Access Control List) which is exactly what you need for this. https://www.npmjs.com/search?q=acl

1 answer

2


Thanks to personal help, I got what I wanted using the package Express-ACL, served very well, works perfectly!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.