mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 09:59:03 +08:00
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
Supabase OAuth Apps Login Flow
- Create OAuth App at https://supabase.com/dashboard/org/_/apps
- Use http://localhost:3000 as
Authorization callback URLs - Copy
.env.exampleto.envand fillClient IDandClient Secretwith values from newly created app bun installbun run dev- Open http://localhost:3000