Ueberauth.Strategy.Github.handle_request-exclamation-mark
You're seeing just the function
handle_request-exclamation-mark
, go back to Ueberauth.Strategy.Github module for more information.
Handles the initial redirect to the github authentication page.
To customize the scope (permissions) that are requested by github include them as part of your url:
"/auth/github?scope=user,public_repo,gist"