| GOOGLE_CLIENT_ID | Missing |
|---|---|
| GOOGLE_CLIENT_SECRET | Missing |
| GOOGLE_REDIRECT_URI |
http://localhost/api/oauth/google/callback
Set
|
The following settings are missing in your .env file:
http://localhost/api/oauth/google/callback
.env file.To test Google OAuth locally, it is recommended to use ngrok so Google can redirect back to your machine.
ngrok http 8081
Then, update your APP_URL and GOOGLE_REDIRECT_URI in .env with the ngrok URL.