nhosoya / omniauth-apple

OmniAuth strategy for Sign In with Apple
MIT License
260 stars 99 forks source link

Empty request.env['omniauth.auth'] in callback #113

Open tomaszwojcik opened 2 months ago

tomaszwojcik commented 2 months ago

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?