We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, change settings, from Google Auth to Google
'class' => 'yii\authclient\clients\GoogleOAuth', to 'class' => 'yii\authclient\clients\Google',
second, errors Error 400: redirect_uri_mismatch When I try to log in with Google, I follow Google's instructions but it still doesn't work
The text was updated successfully, but these errors were encountered:
hi sorry, but i haven't worked on this extension for many years now and havent kept up to date with yii2 in general
a quick google search suggests that you may need to set the redirect uri precisely - https://stackoverflow.com/questions/73799334/i-get-this-error-error-400-redirect-uri-mismatch-even-after-i-registered-the/73799803#73799803
also, my code was based on yii2-authclient so you could try asking them on their forums as well - https://forum.yiiframework.com/c/yii-2-0/5
Sorry, something went wrong.
No branches or pull requests
First, change settings, from Google Auth to Google
'class' => 'yii\authclient\clients\GoogleOAuth',
to
'class' => 'yii\authclient\clients\Google',
second, errors
Error 400: redirect_uri_mismatch
When I try to log in with Google, I follow Google's instructions but it still doesn't work
The text was updated successfully, but these errors were encountered: