hi there, how can i achieve role based access to m...
# help
l
hi there, how can i achieve role based access to my app, ex (admin, user, invited...etc)? should i use RLS for that?
s
You can do this with a combination of RLS and having your own roles table in the databae.
l
ah thank you, have u ever came across an example of how that s implemented?