What problem does it solve?
This Skill provides a complete, battle-tested AuthHub-style authentication and multi-tenant management solution for Supabase projects. It guides building a secure, scalable authorization model with per-organization data isolation, team invitations, and RBAC.
Core Features & Use Cases
- RBAC and per-product roles: Manage access per organization and product with role-based permissions.
- Multi-tenant org management: Create, invite, and manage organizations and members with isolation.
- Templates & Frontend setup: API routes, frontend context/hooks, and ready-made patterns to accelerate development.
- Use Case: Quickly bootstrap a SaaS application with secure auth, org switching, and scoped data access.
Quick Start
Initialize your project by following the Quick Start steps: run the database migrations and configure Supabase, then adopt the provided API templates and frontend setup to accelerate your AuthHub-style authentication.