You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On March 7, 2019, all Google+ APIs and Google+ Sign-in will be shut down completely. If you see calls to people.get, these can be the result of using the Google+ Sign-In feature in your application, which is now fully deprecated and is being shut down. Developers should migrate from the Google+ Sign-In feature (https://developers.google.com/+/web/signin/) to the more comprehensive Google Sign-in (https://developers.google.com/identity/) authentication system.
Then we noticed in the Google Developer portal that our project has had 134 calls to plus.people.get in the last month.
We got this email from Google recently:
Then we noticed in the Google Developer portal that our project has had 134 calls to plus.people.get in the last month.
We're using https://github.com/jaredhanson/passport-google-oauth for Google Sign-in.
But we searched our entire code, even node_modules, and couldn't find any reference to plus.people.get.
Any ideas where this is coming from? And how we can update our code to avoid Google Sign-in issues come March?
Thanks!
The text was updated successfully, but these errors were encountered: