Create OAuth credentials in Google Cloud Console Google Cloud Console: - Create a project (if you don’t have one) - Configure
OAuth consent screen - Create OAuth client ID (Web application) - Note your Client ID and Client Secret
Redirect Uri in you Google Cloud Console should match exactly with the
(your-app-url/auth/google/callback)