Nextbase Docs
Guides

Row Level Security

Row Level Security in NextBase is a powerful feature that allows you to control access to rows in your database based on the user who is querying the data.

This article in the supabase website is a great start to understand how RLS works. https://supabase.com/docs/nextjs/v2/guides/auth/row-level-security

RLS configured within NextBase

NextBase ships with RLS policies for tables such as organizations, organization_team_members, subscriptions, customers and more.

It also comes with RLS for storage buckets.

Setup RLS for your new tables

TODO

On this page