Nextbase Docs
Nextbase Docs
HomeBlogWelcome to Nextbase v3!Getting Started with NextBaseQuick setup
Access control on Supabase functionsProtected Next.js areasRow Level Security
Security

Access control on Supabase functions

How to control access to your Supabase functions.

Supabase functions can be accessed by anyone, but we can control access to them using Supabase RBAC.

Stripe Webhooks

Previous Page

Protected Next.js areas

How to create new pages and routes that are protected.