nhosoya / omniauth-apple

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

Fix access of potentially nil id_info #69

Closed dsgh closed 1 year ago

dsgh commented 3 years ago

Given that id_info can be nil, check for that case before accessing its properties.

nhosoya commented 3 years ago

I'm checking if the issue of ID tokens not being returned is due to an Apple failure. https://developer.apple.com/forums/thread/675004

nov commented 1 year ago

I believe this is not a problem anymore.