Row Level Security with @Supabase — Course part 3

preview_player
Показать описание

Thanks for watching! Please subscribe ❤️

Guillaume

👇

Read my adventures

Join my Discord

Book a coaching

Looking for a repository?

Visit my website

Install my package UserItem

💥 TOP VIDEOS

Learn Nuxt

Learn Nextjs

Learn Supabase

⚙️

• Theme that I use: VSCode Dark
• Snippets: my own, coming soon :)

Thank you :)

Guillaume
Рекомендации по теме
Комментарии
Автор

Hi!! Thank you so much! How can we create a custom role, add it to a user and then create a policy for it?

marcolmos
Автор

Thank you very much! Saved my day with your awesome explanation!

mrsinho
Автор

Great video! Very well explained. Thank you!

AlfonsoLopez-lh
Автор

how does RLS propagate with postgres views? do they inherit the RLS from the underlying tables or are they public? i noticed that in the supabase control panel that there are not RLS options for views.

mrrolandlawrence
Автор

I need to access to my database from a Wordpress automatically. So, if I only let access to authenticate users… how can I authenticated my Wordpress automatically?

JuanFcoRomero
Автор

Great video! One question: Why is user_id necessary when id is already there in the first column? (What's the difference?)

svennpetter
Автор

I have a doubt.
Lets say I have RLS enabled on table Users. This table will hold the details of my application users. It has columns like Name, email, phone and role. The role can either be customer or admin.

Now I want a RLS policy that allows the logged in user(customer) to get only that users details. Customer should not have access to any other users details. If the logged in user is an admin then the admin should have access to any user in the database. How do I define this policy?

antonychiramel
Автор

Hello, I have an application made with react js and Supabase I would like to know how I can make it so that the administrator profile can create, edit, update, delete seller type profile users, that is, so that seller type users can enter or authenticate in the application they have to be previously created by the administrator from their profile, the administrator provides the seller-type users with a name and password by another means, whether paper or other means, and the users enter the data provided by the administrator and if they are correct, they enter to your seller profile, how can I implement this functionality using only react js and Supabase, without needing to use Node js and express

JubersonOriol