Hi good morning everyone! I'm using the OAuth 2.0 authentication with eauth yii2 library.Everything has been perfect and I have even created the credentials:https://code.google.com/apis/console/ When creating a credential the Google my application runs very well, but after some days I get this error:
Error: redirect_uri_mismatch
The solution I have so far is create a new credential and reconfigure my:
'clientId' => '1234.apps.googleusercontent.com',
'clientSecret' => '###4532YVt',
Indeed this is very annoying for users. this is not happening with my application.I hope you understand and thank you in advance for your help.