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
I have created app and allowed all the scope for now but its not sending user related info My auth hash
(byebug) request.env['omniauth.auth'] #<OmniAuth::AuthHash credentials=#<OmniAuth::AuthHash expires=false token="token here"> extra=#<OmniAuth::AuthHash> info=#<OmniAuth::AuthHash::InfoHash> provider="surveymonkey" uid=nil>
#<OmniAuth::AuthHash> (byebug) request.env['omniauth.auth']["extra"].to_h {} (byebug) request.env['omniauth.auth']["info"].to_h {}
Scopes in my app
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have created app and allowed all the scope for now but its not sending user related info
My auth hash
Scopes in my app
The text was updated successfully, but these errors were encountered: