🔗Google Login

Follow these steps to configure Google login with ClarityWrite

Step 1: Open Project

In order to create your OAuth application, go to your [Google Developers Console] (https://console.developers.google.com/). In the dropdown at the top of the page, select your project.

Step 2: Create Credentials

Open the Credentials menu. Click on Create Credentials and select "OAuth Client ID".

Follow the instructions to create and configure the consent screen.

Enter your application name and contact email. Then complete the numbered steps for building the consent screen.

Step 3: Create a Client ID

Return to Credentials menu and create an OAuth2 Client ID.

  • For Application Type, select "Web Application".

  • For Authorized JavaScript Origins, set your application URI (for example, https://www.yourwebsite.com).

  • For Authorized Redirect URIs, set your redirect URI (for example, https://www.yourwebsite.com/login/google/callback).

Step 4: Enter Credentials In claritywrite

Copy the Client ID and Client Secret from Google.

Go to Dashboard ➜ System Settings

Click on the Social Login button.

Last updated