Skip to content
New issue

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

Auth information not sending uid, email , username #97

Open
ayazahmadtarar-pikessoft opened this issue Feb 22, 2022 · 0 comments
Open

Comments

@ayazahmadtarar-pikessoft

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
Screenshot 2022-02-23 at 1 22 01 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant