A few days ago I was notified via email that Google is deprecating its Google+ APIs:
On March 7, 2019, all Google+ APIs and Google+ Sign-in will be shut down completely. This will be a progressive shutdown beginning in late January, with calls to these APIs starting to intermittently fail as early as January 28, 2019.
I currently use Google+ Sign-in as an external login provider in my ASP.NET MVC project. Seemingly, the ASP.NET documentation has not yet been updated (at the time of writing) to take into account this deprecated API.
Is there any guide available on whether or not the AddGoogle() extension method can still be used in the AuthenticationBuilder middleware, if so, how? If not, where can I find guidance on how to migrate from Google+ to the Google Identity Platform?