Create and configure your Google OAuth client id

1: Navigate to APIs & Services > Credentials > OAuth client

Navigate to the Google OAuth credentials > OAuth client page

2: Select "Web application"

772

3: Enter a client name in the name field

1256

4: Enter your domain in the "Authorized JavaScript origins" field

1214

📘

If you're running your app on a development server, you can enter your localhost domain instead of a production domain (for example, if your development server is running at http://localhost:5000).

5: Click the "Create" button

6: Copy your Google client id

1000

7: Paste your Google client-id into UserKit Authentication settings

In your UserKit account, navigate to Settings > Authentication*

444

Then paste your Google client-id in the Client id field.

1390

You're done! Your users can now sign in with Google.