Skip to main content
Integrating Google OAuth and One Tap into your login system offers users a seamless, secure way to access your platform. This process helps increase conversion rates by simplifying sign-ups and logins with just a few steps.

Step 1: Access Google Console

Step 2: Create a New Project

  • Click “My Project” and choose “New Project. Step2 Step2
  • Enter your project name and click “Create” (the parent organization field is optional). Step2

Step 3: Configure APIs and Credentials

  • Navigate to your new project via the notification icon. Step3
  • Select “APIs and Services” > “Credentials.” Step3
  • Click “Configure Consent Screen,” choose “External,” and click “Create.” Step3 Step3
  • Fill out the required fields: App Name, App Logo, User Support Email, App Domain, Privacy Policy Link, Terms of Service Link. Step4
  • Click “Add Domain,” enter your domain, and save. Step4

Step 5: Define Access Scopes

  • Click “Add or Remove Access Scopes” and include:
    • .../auth/userinfo.email
    • .../auth/userinfo.profile
    • openid Step5 Step5
  • Click “Save and continue.” Step5

Step 6: Generate OAuth Credentials

  • Go to “Credentials” and create new credentials. Step6
  • Select “OAuth Client ID” and choose “Web Application.” Step6 Step6
  • For Authorized JavaScript Origins, enter: https://<store-url> Step6
  • For Authorized Redirect URIs, enter: https://<store-url>/pages/bitlogin-google-callback Step6
  • Copy the Client ID and Client Secret to bitLogin Google Settings and save. Step6 Step6

Step 7: Optional - Enable Google One Tap

For a seamless login experience, go to bitLogin Google Settings and enable Google One Tap. Step7 For further assistance, reach out to us at help@bitbybit.studio.
I