
Google social login
Google social login can be configured in WP admin ➝ Voxel ➝ Settings ➝ Login with Google
Required fields:
- Client ID
- Client secret
How to get Google Client ID and Client Secret?
- Go to the Google Developers Console.
- Click Select a project ➝ New Project
- Click Select a project ➝ New Project
Configure OAuth consent & register your app
- In the Google Cloud console, go to Menu ➝ APIs & Services ➝ OAuth consent screen.
- Select External user type for your app, then click Create.
- Complete the app registration form, then click Save and Continue.
- Review your app registration summary. To make changes, click Edit. If the app registration looks OK, click Back to Dashboard.
Credentials
- In the Google Cloud console, go to Menu menu ➝ APIs & Services ➝ Credentials
- Press Create credentials ➝ OAuth Client ID
- Select Web application type
- Authorized Javascript origins: Enter your site URL
- Authorized redirect URIs: Paste https://example.com/?vx=1&action=auth.google.login and replace example.com with your site URL
- Copy the Client ID and Client Secret and paste them in WP admin ➝ Voxel ➝ Settings ➝ Login with Google