跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

WP One Tap Google Sign In

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

WP One Tap Google Sign In

由 Sunil Kumar Sharma 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

WP One Tap Google Sign In adds Google One Tap authentication to WordPress. It helps site owners offer a faster, passwordless login experience while keeping authentication tied to existing WordPress user accounts.

When a visitor signs in with Google, the plugin verifies the Google ID token server-side, checks the configured OAuth client ID, confirms the Google email is verified, and then signs in the matching WordPress user. The plugin also supports site-wide display for logged-out visitors, a customizable companion message block, and direct Google account linking from WordPress user profiles.

Key Features

  • Google One Tap prompt on the WordPress login screen.
  • Optional site-wide One Tap prompt for logged-out visitors.
  • Server-side Google ID token verification with WordPress HTTP APIs.
  • Existing-user login only by default.
  • Google account linking and disconnect controls on WordPress user profiles.
  • Automatic account-link migration after a successful verified email login.
  • Admin activity log for successful logins, failed attempts, account linking, and unlinking events.
  • Salted hashes for IP addresses and Google account identifiers in the activity log.
  • Optional custom message block with image, title, and formatted content.
  • WordPress 7.0-ready metadata with PHP 8.1, 8.2, and 8.3 compatibility.

Security Approach

The plugin uses WordPress nonces for AJAX requests, sanitizes all incoming data, escapes admin output, and validates the Google token audience against the configured OAuth client ID. It does not create new users automatically. A Google login succeeds only when the verified Google account maps to an existing WordPress user.

Privacy

The activity log stores the Google email address used during an event, the WordPress user ID when available, event status, event reason, user agent, and salted hashes of the request IP address and Google account identifier. Activity records older than 90 days are pruned automatically when new events are logged.

Configuration

Create a Google OAuth Client ID

  1. Open the Google Cloud Console credentials page:
    https://console.developers.google.com/apis/credentials
  2. Create an OAuth 2.0 Client ID.
  3. Choose Web application as the application type.
  4. Add your WordPress site’s authorized JavaScript origin.
  5. Copy the client ID into Settings > One Tap GSI.

Link a WordPress User to Google

  1. Open Users > Profile for your own account, or edit another user if your role allows it.
  2. Find the Google One Tap Sign-In section.
  3. Use the Google button to link a verified Google account.
  4. To disconnect, check Disconnect this Google account and save the profile.

Customize the Message Block

  1. Go to Settings > One Tap GSI.
  2. Enable the custom message block.
  3. Choose an image from the Media Library or enter an image URL.
  4. Add a short title and supporting formatted content.
  5. Save the settings.

螢幕擷圖

One Tap Google Sign In settings.
One Tap Google Sign In settings.
Google One Tap sign-in prompt on the WordPress login screen.
Google One Tap sign-in prompt on the WordPress login screen.

安裝方式

  1. Upload the wp-one-tap-google-sign-in folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > One Tap GSI.
  4. Enter your Google OAuth 2.0 Web application client ID.
  5. Confirm that your site’s login URL is allowed in your Google OAuth application configuration.
  6. Choose whether One Tap should appear only on the login page or site-wide for logged-out visitors.
  7. Add optional custom message content if you want supporting copy beside the One Tap prompt.

常見問題集

Does this plugin create new WordPress users?

No. WP One Tap Google Sign In signs in existing WordPress users only. It does not automatically register new users.

Can users disconnect their Google account?

Yes. Users can disconnect the linked Google account from their WordPress profile. Administrators with permission to edit users can also manage the link for other accounts.

What happens if a user changes their Google email address?

After account linking, the plugin uses Google’s stable account identifier for future logins. This is more reliable than email-only matching.

Where can I view login attempts?

Go to Settings > One Tap GSI Activity to review recent sign-in, linking, and unlinking events.

Does the plugin store raw IP addresses?

No. The plugin stores a salted hash of the request IP address for correlation in security reviews.

Is this compatible with WordPress 7.0 and modern PHP?

The plugin metadata targets WordPress 7.0 and PHP 8.1 or higher. The code avoids dynamic properties, deprecated Google client dependencies, and older PHP patterns that commonly cause warnings on PHP 8.2 and PHP 8.3.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP One Tap Google Sign In〉的開發相關工作。

參與者
  • Sunil Kumar Sharma

將〈WP One Tap Google Sign In〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.2.1

  • [Changed] Raised the minimum PHP requirement to 8.1 for production readiness on PHP 8.1, 8.2, and 8.3.
  • [Changed] Updated Composer and WordPress.org metadata to match the PHP 8.1+ support policy.
  • [Fixed] Updated package metadata for PHP 8.1+ and Google API client compatibility.

1.2.0

  • [Added] Google account linking and disconnect controls on WordPress user profiles.
  • [Added] Admin activity log for login, failed login, link, and unlink events.
  • [Added] Automatic account-link migration after successful verified email login.
  • [Changed] Reworked runtime token verification to use WordPress HTTP APIs.
  • [Changed] Updated plugin ownership metadata to Sunil Kumar Sharma, sunilkumarthz, and wpsimplified.in.
  • [Changed] Expanded WordPress.org readme documentation with setup, security, privacy, and FAQ details.
  • [Security] Uses Google’s stable account identifier after linking and stores IP/Google identifiers as salted hashes in the audit log.

1.1.0

  • [Added] Declared WordPress 7.0, PHP 7.4, and modern Composer package requirements.
  • [Changed] Reworked script loading to use wp_enqueue_script() for the Google Identity Services client and stable plugin asset versions.
  • [Changed] Updated admin settings text, escaping, sanitization, and localization for WordPress Coding Standards.
  • [Fixed] Corrected login AJAX responses to use structured JSON instead of raw strings.
  • [Security] Added AJAX nonce verification, stricter Google ID token validation, audience checks, and verified-email enforcement before setting WordPress auth cookies.

1.0.1

  • Initial public release.

中繼資料

  • 版本 1.2.1
  • 最後更新 2 個月前
  • 啟用安裝數 10+
  • WordPress 版本需求 7.0 或更新版本
  • 已測試相容的 WordPress 版本 7.0.3
  • PHP 版本需求 8.1 或更新版本
  • 語言
    English (US)
  • 標籤:
    authenticationGoogle Logingoogle one tappasswordless loginwordpress login
  • 進階檢視

評分

這個項目尚無任何評論記錄。

Your review

查看全部使用者評論

參與者

  • Sunil Kumar Sharma

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

贊助

想要支援這個外掛的發展嗎?

贊助這個外掛

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.