Set Up Google Login
Overview
How to use Google Login
1. Create a Project

Go to Google Cloud Platform, and log in to a Google account.

On the Google Cloud Console screen > click Select a project button on the left top corner.

Click the New Project button at the top.

Enter your desired project name, then click the Create button. ※ The project name is not exposed externally and is used only for app management.
2. Create an App

From the navigation menu in the upper-left corner, go to APIs & Services > OAuth consent screen.

On the recent project selection screen, select the project you just created. Example: Select My Project

On the OAuth Overview screen, click Get Started.

① App name Enter the name of the app (service) that will be displayed on the OAuth consent screen.
※ Please use a name that matches your actual service name (such as your service or website name) as closely as possible.
※ Do not combine Google product names (for example, Google or YouTube) with generic terms such as “app” or “mobile” (for example, Mobile YouTube App or Google Photos App). Learn more
② User support email This is the email address that will be displayed on the OAuth consent screen. Clicking this field will automatically register your Google account email address.
※ This should be an email address that users can contact for consent-related inquiries (such as login, authentication, or app usage issues) and one that is checked regularly. Learn more
③ Click Next.

④ Under Audience, select External.
⑤ Click Next.

⑥ Under Contact information, enter the store administrator’s email address.
⑦ Click Next.

⑧ Agree to the Google API Services: User Data Policy.
⑨ In OAuth Overview, click Create OAuth Client under Metrics.

In OAuth Overview, go to Metrics and click Create OAuth Client.

① Application type
Select Web application.
② Name
Enter your app (service) name. ※ This name is only used internally in Google Cloud Console to distinguish between multiple keys and is not shown to actual users.
③ Authorized JavaScript origins
Enter your site’s primary domain.
If you are using a Creatorlink domain, enter both https and http.
If you are using a custom domain, enter only https.
Sample)
https://example.creatorlink.net
http://example.creatorlink.net
https://example.com
https://www.example.com
④ Authorized redirect URIs
Enter your site’s primary domain followed by /oauth.
Sample)
https://example.creatorlink.net/oauth
http://example.creatorlink.net/oauth
https://example.com/oauth
https://www.example.com/oauth
⑤ After filling in all fields, click Create.
3. Google Login Activation

Copy the Client ID and save it somewhere, such as in a notepad.

Then go back to the OAuth consent screen menu, select Clients, and click the edit icon for the Client ID you just created.

At the bottom, generate a new Client secret, then click the copy icon.

① In the Creatorlink admin page, click the Member Management tab.
② Click Social Login.
③ Under the Google Login tab, select Enable.
④ Paste the copied Client ID and Client secret into the corresponding fields.
⑤ Click the Save button to complete the Google login setup.
Last updated