We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3071457 commit 0d1c814Copy full SHA for 0d1c814
docs/index.rst
@@ -1,6 +1,14 @@
1
oauth2client
2
============
3
4
+.. note:: oauth2client is now deprecated. No more features will be added to the
5
+libraries and the core team is turning down support. We recommend you use
6
+`google-auth`_ and `oauthlib`_. For more details on the deprecation, see `oauth2client deprecation`_.
7
+
8
+.. _google-auth: https://google-auth.readthedocs.io
9
+.. _oauthlib: http://oauthlib.readthedocs.io/
10
+.. _oauth2client deprecation: https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html
11
12
*making OAuth2 just a little less painful*
13
14
``oauth2client`` makes it easy to interact with OAuth2-protected resources,
0 commit comments