OAuth authorize
documentedRedirect to external OAuth provider for authorization.
GET /auth/v1/authorizeOAuthno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$project_url}}/auth/v1/authorize?provider={{$provider}}&redirect_to={{$redirect_to}}&scopes={{$scopes}}" \
-X GET \
-H "apikey: {{SUPABASE_API_KEY}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"