Skip to main content

Social Logins

You can enable login via Google, Facebook, LinkedIn, and Twitter to make it easier for users to sign in.

Google Login

  1. Navigate to Google Cloud Console and create a new project.

Google Project

  1. Go to Credentials and create an OAuth Client ID.

OAuth Client

  1. Click Configure Consent Screen, select External, and complete the required information.
  2. In the Authorized redirect URIs, paste the Callback URL found in the global config section.
  3. Click Save.

Redirect URI

Facebook Login

  1. Navigate to Facebook Developers and click Create App.

Facebook Step 1 Facebook Step 2

  1. Fill out the required form and click Create App.

Facebook Step 3

  1. Copy the App ID and App Secret from the Basic section and paste them in the global config section.

Facebook Credentials

  1. Copy the Callback URL from global config and paste it in the Facebook redirect section, then save.

Facebook Callback

LinkedIn Login

  1. Navigate to LinkedIn Developers and click Create App.

LinkedIn Create App

  1. Fill in the required details and choose Sign in with LinkedIn.

LinkedIn Sign-in Option

  1. Go to the Auth section, copy the Client ID and Secret, and paste them into the global config.

  2. Add your Redirect URL in LinkedIn settings as shown.

LinkedIn Redirect

Twitter Login

  1. Go to Twitter Developer Portal and click Add project.

Twitter Project

  1. Fill in the required details.

Twitter Details

  1. Copy the API Key and Secret and paste them into the global config section.

  2. Click Set up.

Twitter Setup

  1. On the next screen:

    • Set App permissions to Read.
    • Choose Type of App as Web App.
    • Paste the Callback URL in the App info section.
  2. Copy the Client ID and Secret, and paste them into the global config section.

Twitter Final