What is Row Level Security (RLS)?
Row Level Security is a PostgreSQL feature that restricts which rows in a table a database user can access. In the context of Supabase, it is the primary way to authorize users directly from the client-side (frontend) without needing a backend server.