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
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
I'm using spring-social/spring-social-github in order to authenticate user through GitHub in my Spring Boot web application.
In order to sign in user I have created following html form:
<formaction="http://example.com/auth/github" method="POST"><inputname="scope" value="user,gist" type="hidden"><buttontype="submit">Sign in with GitHub</button></form>
everything works fine except I can't get user email address.