ShoppinPal / multi-tenant-loopback-example

A sample which demonstrates how to achieve multi-tenancy in loopback apps
22 stars 5 forks source link

Need to assign multiple roles to single user #7

Open mmohtta opened 6 years ago

mmohtta commented 6 years ago

Hi, If my user have multiple roles in organization . So, how we can assign multiple roles to single user. In this case we are having Team Model which is acting as Role Mapping and Role model both . So, If we don't want to expose Team Model then how can we add multiple roles to an User that too by keeping tenantization intact.