seanfrazier / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

GoogleCL: OAuth1/AuthSub is being deprecated on April 20th, 2015. Please migrate to OAuth2 #573

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Over the past few years, we’ve publicized that ClientLogin, OAuth 1.0 (3LO)*, 
AuthSub, and OpenID 2.0 were deprecated and would shut down on April 20, 2015. 
We’re moving away from these older protocols in order to focus support on the 
latest Internet standards, OAuth 2.0 and OpenID Connect, which increases 
security and reduces complexity for developers.

See 
http://googledevelopers.blogspot.com/2015/03/reminder-to-migrate-to-oauth-20-or.
html

Analysis of our logs leads us to believe that you are still using one of these 
deprecated protocols. You need to ensure that your applications use our 
supported authentication methods: OAuth 2.0 for API authorization or OpenID 
Connect for federated authentication.

Original issue reported on code.google.com by varti...@google.com on 25 Mar 2015 at 5:02

GoogleCodeExporter commented 9 years ago
To be specific googlecl is using OAuth1 and it needs to be migrated. This is a 
high priority task because OAuth1 is going away on the above mentioned date.

Original comment by jasonhu...@google.com on 25 Mar 2015 at 10:23