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
In velruse.providers.google_oauth2, using velruse.google.scope = 'opend profile' provides the following keys:
>> data.keys() [u'family_name', u'name', u'picture', u'locale', u'gender', u'birthday', u'link', u'given_name', u'id']
Since email is not available, data['email'] raises KeyError
The text was updated successfully, but these errors were encountered:
Using velruse.google.scope = 'opend' also raises the same KeyError.
Sorry, something went wrong.
whoops, if we're letting those be optional then I guess that'll have to be updated
No branches or pull requests
In velruse.providers.google_oauth2, using velruse.google.scope = 'opend profile' provides the following keys:
>> data.keys()
[u'family_name', u'name', u'picture', u'locale', u'gender', u'birthday', u'link', u'given_name', u'id']
Since email is not available, data['email'] raises KeyError
The text was updated successfully, but these errors were encountered: