RBAC: how to separately scope two resources that have a many-to-many relationship
I’m working on an application that needs access control. Basically, the problem I’m facing is this (heavily simplified):
The application has two main sections:
Files = File[]
Contacts = Contact[]
A File resource can hav… Continue reading RBAC: how to separately scope two resources that have a many-to-many relationship