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
When I try to use Google Oauth I get the login page and after choosing my account I get this screen:
and no error on the browser console neither on the server terminal.
Launching the code with the --debug parameter, I get the warning:
--debug
Warning: Scope has changed from "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile" to "https://www.googleapis.com/auth/userinfo.email openid https://www.googleapis.com/auth/userinfo.profile".
I then found this link that suggested to set set env variable OAUTHLIB_RELAX_TOKEN_SCOPE.
OAUTHLIB_RELAX_TOKEN_SCOPE
I did it and it worked.
Should this parameter be added to the default config file ?
The text was updated successfully, but these errors were encountered:
@naoyak any idea about this?
Sorry, something went wrong.
@till Feel free to put in a PR for this change :)
@bulam you probably didn't mean me?
@JJJ000 please see if this issue has been fixed with the recent updates
No branches or pull requests
When I try to use Google Oauth I get the login page and after choosing my account I get this screen:
and no error on the browser console neither on the server terminal.
Launching the code with the
--debug
parameter, I get the warning:I then found this link that suggested to set set env variable
OAUTHLIB_RELAX_TOKEN_SCOPE
.I did it and it worked.
Should this parameter be added to the default config file ?
The text was updated successfully, but these errors were encountered: