Fga schema for Kitchen Ops Role Management #451
Replies: 1 comment
|
Hi @rai-prakhar, take a look at the best practices guide Modeling Roles and see if it helps you out. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Need help with reveiwing this schema for implementing kitchen ops role management.
Use case is to assign roles to users at a store, with access to different pages being mapped via roles.
Pages are mapped to stores, and we will check if user has access to a page read/write via middlewares on the APIs.
All reactions