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?