loopback-component-access-groups
loopback-component-access-groups copied to clipboard
Allow for multiple group models
In my scenario I want to use the component to have two levels of access groups.
- Multi-Tenant separation - models will belong to a Tenant Group Model.
- Within each Tenant Group, I want to have another Post Group Model - which only some users can have access to.
- Is there a way to implement such architecture with the loopback-component-access-groups ? How should I approach this?
👍 I would like the same feature. The loopback documentation suggests a very complex way to configure multiple groups such as below: http://loopback.io/doc/en/lb3/Authentication-authorization-and-permissions.html#access-control-with-multiple-user-models