Supabase Auth Starter
A template configured with cookie-based auth using Supabase, TypeScript and Tailwind CSS for EdgeOne Pages.
Framework | React.js |
Authentication | Supabase Auth |
Database | Supabase |
This template is an authentication solution example built with Supabase, React, and EdgeOne Pages.
After registering and logging into Supabase, create your own project.
Go to Project Settings - Data API, and copy the Project Url and Anon Public Key.
Install dependencies: npm install
Local development: npm run dev
Run function debugging service: edgeone pages dev --fePort=5173