I am trying to make a sign in with google button using passport module of node js. i am trying to get persons email id, name , profile pic. I am trying to download pic to local server. Google is not returning email id even after adding 'email' to scope and nor the returned link for profile pic is working. I have looked into various answers to this question but all says to include userinfo.email .it has been deprecated now. As per google documentation new scope parameter is email below is my code Any help is appreciated PassportI am trying to make a sign in with google butto