Start an explicitly enabled OAuth flow through the API proxy
Auth
Start an explicitly enabled OAuth flow through the API proxy
Dormant during the private-beta key-only e2e. This route requires both
NULLSPACE_SELF_SERVE_AUTH_ENABLED=true and
NULLSPACE_AUTH_OAUTH_ENABLED=true, then returns a Supabase Auth
provider URL for Google or GitHub after applying API-side Turnstile and
signup-attempt throttles. Because Supabase provider authorize endpoints
are public once a provider is enabled, production deployments must also
keep Supabase-native Auth backstops configured.
POST
Start an explicitly enabled OAuth flow through the API proxy
Body
application/json
Response
OAuth provider redirect URL
Supabase Auth provider URL that the browser should navigate to.