Google 加上 API 折旧

Google plus API depreciation

我在我的网站上使用 https://github.com/agoragames/nginx-google-oauth 进行身份验证。我收到一封来自 Google 的电子邮件,说 Google Plus API 的 plus.me 范围已被弃用。我没有在代码中看到引用。我不确定它可能正在使用的库。

有人可以确认这将在关机后继续工作吗?

正在查看 this line in the code, it is making its call directly to Google's OAuth endpoint, and then later 调用 Google 的 userinfo v2 端点。它在任何地方都没有使用加号范围或加号 API(尽管它声称它要求 "ALL" 范围看起来是错误的)。

Google+ API 和范围关闭在您的案例中似乎不是问题。

今天(2​​019 年 3 月 7 日)Google+ API 完全关闭,我在 rails 应用程序中遇到身份验证问题,我通过替换 OpenIdConnect 端点解决了它,如前所述