omniauth-apple
omniauth-apple copied to clipboard
Empty request.env['omniauth.auth'] in callback
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?