Ephemeral branches need a stable OAuth callback URL
The user highlights a challenge with ephemeral branches in Supabase, where each branch requires a unique OAuth callback URL due to exact-match requirements by OAuth providers. This necessitates manual registration and removal of URLs for each branch, making social login impractical. The user suggests routing branch OAuth callbacks through a stable parent project URL to simplify this process.