Google plus API depreciation Google plus API depreciation nginx nginx

Google plus API depreciation


Looking at this line in the code, it is making its call directly to Google's OAuth endpoint, and then later making a call to Google's userinfo v2 endpoint. In neither place does it use a plus scope nor a plus API (although its claim that it's asking for "ALL" scopes looks wrong).

The Google+ API and Scope shutdown does not appear to be a problem in your case.


Today (7th March, 19) Google+ API shut down completely, I had issue in rails application with authentication and I solved it by replacing OpenIdConnect endpoint, as mentioned here