knpuniversity / oauth2-client-bundle

Easily talk to an OAuth2 server for social functionality in Symfony
https://symfonycasts.com
MIT License
777 stars 146 forks source link

force https in redirectUrl #438

Open tacman opened 7 months ago

tacman commented 7 months ago

This appears to solve my problem in #436

Fixes #436

tacman commented 7 months ago

So tests fail, since it's expecting http.

Is there any demo repo that works with a google login? I'm following the existing instructions exactly, and can't get it to work.