-
|
I have three user role author, editor and publisher .. how to do this in supabase. earlier disucssion did not help me. auth.user has role authenticated only. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
hey @roker15 thanks for the question but please refrain from spamming the discussion board, if useful you can refer to the answers on your previous question here: #3129 you can implement this at the schema level as per the example linked, but our API gateway does not yet currently support custom "postgres level roles", this is being worked on and should be available in the coming months |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
hey @roker15 thanks for the question but please refrain from spamming the discussion board, if useful you can refer to the answers on your previous question here: #3129
you can implement this at the schema level as per the example linked, but our API gateway does not yet currently support custom "postgres level roles", this is being worked on and should be available in the coming months