Skip to main content
POST
Start an explicitly enabled OAuth flow through the API proxy

Body

application/json
provider
enum<string>
required
Available options:
google,
github
redirect_to
string
required

Console redirect URL passed through to Supabase Auth.

Example:

"https://console.example.com/keys"

captcha_token
string | null

Required when Auth CAPTCHA is enabled; validated before returning the provider URL.

Response

OAuth provider redirect URL

url
string<uri>
required

Supabase Auth provider URL that the browser should navigate to.