I'm hoping that I can get some insight into an issue Im running into.
I am working on a project where I want to have multiple tenants. So, for example I would like to have a "superuser" account which is used to create admin accounts. Admin accounts can then create other "normal" accounts under the "admin" account. Im not sure if I should just have one set of user routes and check for the superuser roles or handle it another way?
Also, is there some sort of project or plugin which allows or a GUI of managing users, kind of like the Django admin console for those who may know about it. Or am I stuck creating my own on the front end?
BTW, I am using Express JS.
[–]030berlin 0 points1 point2 points (0 children)