admin 管理员组

文章数量: 1086019

I am facing an issue with passport-apple where the authentication is successful, but the req.user object is coming as undefined in the callback function. Specifically, the name field is missing from the Apple authentication response Apple login succeeds, and an existing user is found in the database. However, req.user contains undefined values after authentication. The name field is missing from the Apple authentication response.

,

本文标签: androidApple Authentication Callback Returns Undefined User Data in passportappleStack Overflow