Files
supabase/examples/oauth-app-authorization-flow
Kamil Ogórek 315a189577 feat: Add created_by and app_id to approved oauth apps table (#34045)
* feat: Add created_by to approved apps table

* feat: Add app_id to approved apps table
2025-03-14 10:43:28 +01:00
..

Supabase OAuth Apps Login Flow

  1. Create OAuth App at https://supabase.com/dashboard/org/_/apps
  2. Use http://localhost:3000 as Authorization callback URLs
  3. Copy .env.example to .env and fill Client ID and Client Secret with values from newly created app
  4. bun install
  5. bun run dev
  6. Open http://localhost:3000