Features > Google OAuth
Setup
1. Sign up for creating a new project on Google Cloud
2. Click on [API & Services] and after that, [Credentials]
3. Proceed to [Configure Consent Screen]
4. Enter your information. Use the ChatGPT prompts on the /tos and /privacy-policy pages to automatically generate terms of service and privacy policy texts. Then include userinfo.email & userinfo.profile in the scope.
Include yourself as a test user and submit.
5. Go to "Credentials" and choose [+ Create Credentials], then click [Oauth Client ID].
6. Click [Web Application]. Add http://localhost:3000 and https://your-project.supabase.co Authorized Saved origins. To Authorized Redirect URLs, add https://your-project.supabase.co/auth/v1/callback and click on [Create]
7. Copy and paste the Client ID and Client Secret in the Google Secret to your Supabase Project. (Authentication > Providers > Google)
8. In Supabase dashboard, go to [Authentication] > [URL Configuration] and then include http://localhost:3000 to [Site URL] section. After that, add http://localhost:3000/* to [Redirect URLs] section.
9. Go to the [Oauth Consent Screen] and click on [Publish App]. Then, submit for verification by clicking on [Prepare for verification].