Setup Social Login
Allow customers to sign in using their social media accounts for a faster registration experience.
Supported Providers
Configuration
- In admin panel, go to
Plugins->Installed Pluginsand activate Social Login - Go to
Settings->Social Login - Enable the providers you want and fill in the credentials
Google Login
- Go to Google Cloud Console
- Create a new project or select an existing one
- Enable the Google+ API
- Create OAuth 2.0 credentials
- Set the authorized redirect URI to
https://your-domain.com/auth/google/callback - Copy the Client ID and Client Secret to the social login settings
Facebook Login
- Go to Facebook Developers
- Create a new app
- Add Facebook Login product
- Set the valid OAuth redirect URI to
https://your-domain.com/auth/facebook/callback - Copy the App ID and App Secret to the social login settings
TIP
Social login significantly reduces registration friction on mobile devices where typing is cumbersome.
