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
Hi, I faced a Google auth2 failure when trying to connect using my Google account.
Problem was that 'name' was not present in data (velruse/providers/google_oauth2.py around line 170 to get displayname).
I suggest to test if name is present, else to set email in displayname
Don't know why, but depending on account, seems that name is not always present (I only needed email by the way).
this raise an exception.
The text was updated successfully, but these errors were encountered:
proposal to fix issue bbangert#113 at upstream
8bee6db
6bab911
No branches or pull requests
Hi,
I faced a Google auth2 failure when trying to connect using my Google account.
Problem was that 'name' was not present in data (velruse/providers/google_oauth2.py around line 170 to get displayname).
I suggest to test if name is present, else to set email in displayname
Don't know why, but depending on account, seems that name is not always present (I only needed email by the way).
this raise an exception.
The text was updated successfully, but these errors were encountered: