-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
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
remove scope from params for google service #120
base: master
Are you sure you want to change the base?
Conversation
…now instead of 'profile'
There is an other param to remove 'hd' |
@ramssesable is 'hd' a custom parameter of your application? |
Isn't mine custom parameter, I just get it from the Google widget. It could be a console.developers params, because is the domain of the account i use for the project. |
…ll pass the service so yii2 builds the correct url
okay, the hd= parameter is for G Suite accounts. |
This is more or less the same as Pull request #119 but implements a callback url override just for the GoogleService and not globally as other services might break.
Also it doesn't change your composer.json