-
Hello, I have a scenario like this. We sell plans to businesses and they include features. Features contain resources. Resources are the endpoints of our webapi services. Users become members of businesses. However, if the business administrator wants to block a user from accessing the relevant resource, they cannot do so. This is my scheme.
I added a relation named blocked in the Resources type and if I can define the user with this relation a relation tuple like below will solve all my problem.
When a user is blocked access to resources, all businesses are blocked from their resources. I want to block access to resources only in the context of the business. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved that problem like this.
|
Beta Was this translation helpful? Give feedback.
I solved that problem like this.