aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThea Flowers <theaflowers@google.com>2018-05-24 12:40:23 -0700
committerGitHub <noreply@github.com>2018-05-24 12:40:23 -0700
commit0d1c814779c21503307b2f255dabcf24b2a107ac (patch)
tree4ab0db13772617469fccc6e27832e68570a9fcbe
parent3071457064f3705bab1b041bd624a10d5a2d2619 (diff)
downloadoauth2client-0d1c814779c21503307b2f255dabcf24b2a107ac.tar.gz
Add deprecation notice to docs/index.rst
-rw-r--r--docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 06b50bf..4b9f38a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,14 @@
oauth2client
============
+.. note:: oauth2client is now deprecated. No more features will be added to the
+libraries and the core team is turning down support. We recommend you use
+`google-auth`_ and `oauthlib`_. For more details on the deprecation, see `oauth2client deprecation`_.
+
+.. _google-auth: https://google-auth.readthedocs.io
+.. _oauthlib: http://oauthlib.readthedocs.io/
+.. _oauth2client deprecation: https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html
+
*making OAuth2 just a little less painful*
``oauth2client`` makes it easy to interact with OAuth2-protected resources,