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.
,