As of April 2026, Log in with Google is a WordPress sso plugin with 6.0K+ active installations and a 4.5/5 rating from 15 reviews. It has been downloaded 119K+ times in total. Requires WordPress 5.5+ and PHP 7.4+. Available on WordPress.org since 2020. Recently updated within the last 3 months. Downloads are up 16% this week. Top alternative: WPO365 | SEAMLESS WORDPRESS + MICROSOFT….
Ultra minimal plugin to let your users login to WordPress applications using their Google accounts. No more remembering hefty passwords!
Create a project from Google Developers Console if none exists.
Go to Credentials tab, then create credential for OAuth client.
YOUR_DOMAIN/wp-login.php in Authorized redirect URIsThis will give you Client ID and Secret key.
Input these values either in WP Admin > Settings > WP Google Login, or in wp-config.php using the following code snippet:
define( 'WP_GOOGLE_LOGIN_CLIENT_ID', 'YOUR_GOOGLE_CLIENT_ID' );
define( 'WP_GOOGLE_LOGIN_SECRET', 'YOUR_SECRET_KEY' );
These browsers are supported. Note, for example, that One Tap Login is not supported in Safari.
Works as advertised, SImple and easy to use.
For multiple social login accounts, I prefer Nextend Social Login and Register.
But for internal web or website that has only admin team, no users, I think this plugin is the best.
works fine for one site but not for multisite, need to add a notice about it
As of writing, will register a new user regardless of this setting, which prevents me from using it at the moment:
Enable Google Login Registration
Works as expected but the important part is that is customization friendly (ex. shortcodes) and easy to set up. Thank you
| WordPress | 5.5+ requiredTested up to 6.7.5 |
| PHP | 7.4+ required |
Fix: Migrated rtcamp.google_redirect_url from action to filter.
Chore: Documentation update.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.