forestheims / supabase-authentication

Home Page:https://supabase-authentication-forestheims.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supabase Authentication

This example shows how to use Supabase Auth on the client and server in both API Routes and when using server-side rendering (SSR).

Deploy with Vercel

The Vercel deployment will guide you through creating a Supabase account and project. After installation of the Supabase integration, all relevant environment variables will be set up so that the project is usable immediately after deployment 🚀

Deploy with Vercel

Running Locally

  1. cd into this directory
  2. Run npm install to install dependencies
  3. Create a Supabase account and new project
  4. Copy .env.local.example into .env.local and add the project keys
  5. Run npm run dev to start the local development server

Feedback and issues

Please file feedback and issues over on the Supabase GitHub org.

More Supabase examples

About

https://supabase-authentication-forestheims.vercel.app


Languages

Language:JavaScript 98.7%Language:CSS 1.3%