> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipkit.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Google OAuth

<img src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/google.png?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=19b3f4d5296d6d8fc9725397ab3066e5" alt="Google" width="2400" height="700" data-path="images/google.png" />

Google OAuth in ShipKit allows for quick and secure user authentication through Google accounts. This integration simplifies the login process, enabling users to access your application with their existing Google credentials, which enhances both convenience and security.

## Environment variables

<Note>
  Google environment variables are only required if you're using Lucia. For Supabase and Clerk, you can skip this step.
</Note>

```ini theme={null}
# .env
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CLIENT_REDIRECT_URI=
```
