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
After signing in without errors request.env['omniauth.auth'] is empty in the callback method. During first login for the account I can get user data like first and last name + email (if shared). However in the params I get code - should I manually decode it and fetch data?
The text was updated successfully, but these errors were encountered:
tomaszwojcik
changed the title
Empty request.env['omniauth.params'] in callback
Empty request.env['omniauth.auth'] in callback
Jun 14, 2024
After signing in without errors
request.env['omniauth.auth']
is empty in the callback method. During first login for the account I can get user data like first and last name + email (if shared). However in the params I get code - should I manually decode it and fetch data?The text was updated successfully, but these errors were encountered: