ESC
NuxtStarterAI logo
Menu
On this page

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].


Tips

Google will send you an email, and you'll need to respond to initiate the process. Ensure that your domain is verified with Google Search Console; You can manage that step now. Logging in with Google already works on localhost. On production, it will also work but will show a warning until you're verified, which usually takes a few days.

Ready for production?

In the Supabase dashboard, go to [Authentication], then [URL Configuration]. Add https://your-domain.com into [Site URL]. Also, include https://your-domain.com/* in [Redirect URLs].