/supabase/config.tomlで設定する
/supabase/config.toml
[auth.external.google] enabled = true client_id = YOUR_GOOGLE_CLIENT_ID secret = YOUR_GOOGLE_SECRET
承認済みのリダイレクト URIは、http://localhost:54321/auth/v1/callbackを指定する。
http://localhost:54321/auth/v1/callback