-
Hi! I have a role Is there a way to set this kind of permissions or do I have to add another table like Here my settings: // User who is logged in
"x-hasura-default-role": "user",
"x-hasura-allowed-roles": ["user", "anonymous"],
"x-hasura-user-id": user.user_id,
username: user.username, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
solution: https://hasura.io/docs/1.0/graphql/core/auth/authorization/role-multiple-rules.html |
Beta Was this translation helpful? Give feedback.
solution: https://hasura.io/docs/1.0/graphql/core/auth/authorization/role-multiple-rules.html