weegloo-service-login-google

Guides Google Cloud Console OAuth client setup for Weegloo ServiceLogin integration.

1|2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-service-login-google-weeglooapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weegloo-service-login-google
Source: https://github.com/weeglooapi/weegloo-mcp-plugin/tree/main/plugins/weegloo/skills/weegloo-service-login-google
Command: npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-service-login-google-weeglooapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up Google sign-in for a Weegloo-powered app requires exact Google Cloud Console steps, the correct Weegloo redirect URI, and a clientId/clientSecret that only the user can produce. This Skill walks through that provider-specific setup so the OAuth client is configured correctly the first time. ## Core Features & Use Cases - Google OAuth Client Walkthrough: Step-by-step instructions for creating an OAuth client in Google Cloud Console, including the consent screen and Test users gotcha that blocks sign-in while the app is in Testing mode. - Correct Redirect URI Handling: Provides the exact deploy-independent redirect URI (https://auth.weegloo.com/v1/spaces/{spaceId}/login/oauth2/code/google) to register before the app is deployed. - Blocking Credential Collection: Structures the conversation so the agent stops and asks the user for clientId/clientSecret with an illustrated walkthrough link, rather than marking Google sign-in as done prematurely. - Use Case: You are adding Google login to your Weegloo app. The Skill tells the user the redirect URI up front, hands them the console walkthrough, collects the credentials, and creates the ServiceLogin with provider google. ## Quick Start Set up Google OAuth sign-in for my Weegloo space and walk me through creating the Google Cloud OAuth client.

Frequently Asked Questions about weegloo-service-login-google

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Google OAuth login for a Weegloo app?

Create an OAuth client in Google Cloud Console with application type Web application, register the redirect URI https://auth.weegloo.com/v1/spaces/{spaceId}/login/oauth2/code/google, then pass the resulting clientId and clientSecret to Weegloo ServiceLogin with provider google.

What redirect URI should I register in Google Cloud Console for Weegloo?

Register https://auth.weegloo.com/v1/spaces/{spaceId}/login/oauth2/code/google with your real spaceId substituted. It is deploy-independent, so you can register it before your app is deployed, and no Authorized JavaScript origins are needed.

Why is Google sign-in blocked even after creating the OAuth client?

While the OAuth consent screen app remains in Testing mode, only accounts listed under Test users can sign in. Add the signing-in Google account as a test user, or publish the app, to unblock sign-in.

Should I pick Android or iOS application type for a mobile app using Weegloo Google login?

No, always choose Web application even for Android or iOS products. Weegloo's redirect URI is an https web URL, so Google treats the client as a web app; native apps receive tokens through their own registered deep links.

Can I use this setup for GitHub or Kakao login instead of Google?

No, this Skill applies only to Google. GitHub, Facebook, GitLab, Kakao, Naver, and LINE each have dedicated provider skills with their own console steps, while the provider-agnostic wire protocol lives in weegloo-service-login-client.