You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read-only scope, either use `"user:email"` or an empty scope `""`. Empty scope
93
+
will only request minimum public information which even excludes user's email address
94
+
which results in a `nil` for `email` inside returned `%Ueberauth.Auth.Info{}`.
95
+
See more at [GitHub's OAuth Documentation](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).
94
96
95
97
Scope can be configured either explicitly as a `scope` query value on the
0 commit comments