clerk / clerk-supabase-starter

Example starter repo for Clerk and Supabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clerk + Supabase Starter

Clerk documentation @ClerkDev on Twitter

This example shows how to use Clerk with Supabase. The example React application features sign up, sign in, profile management, a request for a custom JWT token, and an authenticated database call.

Running the starter

To run the example locally you need to:

  1. Sign up for a Clerk account at https://clerk.dev.
  2. Follow the integration instructions for Supabase.
  3. Set the required Clerk environment variables as shown in the example env file.
  4. npm install the required dependencies.
  5. npm start and you are good to go.

Need help?

If you need support or have anything you would like to ask, please reach out in our Discord channel. We'd love to chat!

About

Example starter repo for Clerk and Supabase


Languages

Language:JavaScript 64.7%Language:CSS 24.8%Language:HTML 10.5%