Google Authentication
This guide explains how to set up Google OAuth authentication for the Zero Kelvin application.
Prerequisites
- A Google account
- Access to the Google Cloud Console
Step 1: Create a Google Cloud Project
- Go to the Google Cloud Console
- Click on the project dropdown at the top of the page
- Click New Project
- Enter a project name (e.g., "Zero Kelvin")
- Click Create
Step 2: Configure the OAuth Consent Screen
- In the left sidebar, navigate to APIs & Services > OAuth consent screen
- Select External as the user type (unless you have a Google Workspace organization)
- Click Create
- Fill in the required fields:
- App name: Zero Kelvin
- User support email: Your email address
- Developer contact information: Your email address
- Click Save and Continue
- On the Scopes page, click Add or Remove Scopes
- Select the following scopes:
openidemailprofile
- Click Update and then Save and Continue
- Skip the Test users section (click Save and Continue)
- Review and click Back to Dashboard