How to enable Google Auth with Appwrite

How to enable Google Auth with Appwrite

Quickly connect Google login to your Appwrite project and let users sign in with one click.

1. Enable Google Auth in Appwrite

Go to: https://appwrite.crismuscalu.com/console/project-default-68e10b43000536ff39bb/auth/settings Click enable Google

Screenshot 2025-12-07 at 14.41.09.png-img

2. Google Console

Go to Google Console : https://console.cloud.google.com/welcome?project=appwrite-473405

Then go to: APIs & Services → Credentials → Create credentials → OAuth client ID -> Create Credentials

Add: Authorized redirect URIs: click Add URI and paste the URI from Appwrite. https://appwrite.crismuscalu.com/v1/account/sessions/oauth2/callback/google/68e10b43000536ff39bb

Click Create and Save the credentials.

Screenshot 2025-12-07 at 14.51.09.png-img

3. Add Credentials in Appwrite Console

Add App ID as the Client ID and The Secret in Appwrite Console. Click Enable.

Screenshot 2025-12-07 at 15.02.13.png-img