ueberauth / ueberauth_google

Google OAuth2 Strategy for Überauth.
MIT License
166 stars 85 forks source link

Default scope does not match README.md #12

Closed jochakovsky closed 8 years ago

jochakovsky commented 8 years ago

README.md states:

By default the requested scope is "profile".

However, the default scope actually seems to be email: https://github.com/ueberauth/ueberauth_google/blob/master/lib/ueberauth/strategy/google.ex#L6

Thanks! Not sure which of the two should be updated.

doomspork commented 8 years ago

@jochakovsky if you can confirm that we do not in fact set the profile as default scope in the code, we should update the README.