-
Dear team, I'm new to Hasura & I'm exploring Permissions feature that comes with Hasura for authorization. We have a table named "devices" which contains device information like name, IP address, etc.
Is it possible to achieve this using permissions feature provided by Hasura? If so, could you please shed some light here? PS: I was thinking to create couple of views of top of "devices" table in DB (one for each page) and grant permissions accordingly, but I'm not completely satisfied with the design :/ Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah the only way to do this is with a view: |
Beta Was this translation helpful? Give feedback.
Yeah the only way to do this is with a view:
https://hasura.io/docs/latest/graphql/core/auth/authorization/role-multiple-rules.html