Ultra minimal plugin to let your users login to WordPress applications using their Google accounts. No more remembering hefty passwords! Initial Setup Create a project from Google Developers Console if none exists. Go to Credentials tab, then create credential for OAuth client. Application type will be Web Application Add YOUR_DOMAIN/wp-login.php in Authorized redirect URIs This 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_...
Read the full description on WordPress.org →