User profiles for REST API access using NodeJS + ORM SequelizeJS

2

Is there a way, or some nice package, to work with user profiles for access to certain REST API endpoints as per their permission? I'm using NodeJS + Express + SequelizeJS as ORM.

    
asked by anonymous 05.12.2016 / 16:49

1 answer

2

Thanks for the help, I got what I wanted using the Express-ACL package, it did very well, it works perfectly!

    
08.12.2016 / 19:48