Row Level Security Now Available
We're introducing Row Level Security (RLS), a new way to manage permissions at the table level across your entire application.
With RLS, you can define access policies that apply directly to your data, reducing the need to configure permissions separately on pages and components. Existing page and component level controls can still be used alongside RLS when needed.

This is particularly valuable for multi tenant applications, where data can now be filtered at the database level. As a result, dropdowns, search components, and other data sources automatically respect the defined security policies, simplifying app management while providing an additional layer of protection.
How It Works

You can create one or more policies that work together to define:
- Which users or roles a policy applies to
- Which actions are allowed (Create, Read, Update, Delete)
- Which records are accessible
- Which fields are visible, including default behavior for restricted fields

📅 Availability
Row Level Security is being rolled out to higher tier plans this week and will become available on additional plans over the coming weeks, excluding Starter and Growth.
📌 Documentation
A full setup guide and documentation are available here for those ready to get started.
We'd love to hear your feedback.