Since a few weeks ago, Google started complaining about using OAuth from non HTTPS sites. So finally we updated all our services to HTTPS.
But in my PC I use WAMP and HTTP (is just for development purposes). And since then every time I try to login with Google OAuth, I got the error: Error 400: invalid_request (without further information)
In production server every works like a charm. But only fails at localhost. In the Google API Console I have set the URI correctly:
I don't know what else to try. Should I install a SSL certificate on my WAMP server?. Doesn't Google support anymore localhost URIs?
Just for let you know, in my development environment I'm using WAMP 3.2.2.2. The project uses Laravel 8.0 with Socialite 5.0
Thank you in advance for everyone who can help me :)