google / GTMAppAuth

Apple platforms SDK for using AppAuth with Google libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is GTMAppAuth using Google+ OAuth API ?

mihirpmehta opened this issue · comments

We are using GTMAppAuth for our iOS application for Signing in user using Gmail account as well as getting user's basic profile

I get email from Google that

Google+ APIs and OAuth requests are being shutdown on March 7, 2019

**Google+ API Name Version Method or OAuth Scope
OAuth N/A plus.me**

I am not using Google+ APIs/OAuth directly ... My question is this does GTMAppAuth uses Google+ APIs and OAuth internally ? If yes do i need to change or update anything ?

Thanks

I'm in the same boat and would like to see some clarification. Thanks!

GTMAppAuth has no built-in Google+ dependencies. As long as you're not requesting plus.* scopes and or using Google+ APIs, you will be fine.

I received the same email and I'm quite certain that I'm not using any plus.* scopes. I'm only requesting these scopes: https://www.googleapis.com/auth/drive and email. I don't know how to get more information/support on this but I can't find any references to plus.me in my code.

I just double-checked my code and also looked at the generated request URL. I definitely only request these scopes: https://www.googleapis.com/auth/drive openid email

Yet I still received the email from Google that my project requested the plus.me scope.

I must assume that the email is wrong and was sent in error.

Drive by - are there any other sdks/libraries you use to talk to google services that could be providing the scope via some other api/constant?

In my case, not that I'm aware of. I use GTMAppAuth for authentication and GoogleAPIClientForREST/Drive incl. GTMSessionFetcher for accessing Google Drive. I've searched my whole project for plus. and there are no results (not even in the mentioned libraries).

In my case, not that I'm aware of. I use GTMAppAuth for authentication and GoogleAPIClientForREST/Drive incl. GTMSessionFetcher for accessing Google Drive. I've searched my whole project for plus. and there are no results (not even in the mentioned libraries).

Same here.

I have search my entire code nowhere i can find any reference of plus.me ... This is surprising ....

I got another email from Google ... Saying

We would like to clarify that only projects directly requesting the “plus.me” scope are affected. This scope may have been listed in some emails, even if not directly requested by your project. We apologize for any confusion caused.

I think in that case we do not need to change anything ... Thanks