Skip to content

Commit 0d1c814

Browse files
authored
Add deprecation notice to docs/index.rst
1 parent 3071457 commit 0d1c814

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
oauth2client
22
============
33

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+
412
*making OAuth2 just a little less painful*
513

614
``oauth2client`` makes it easy to interact with OAuth2-protected resources,

0 commit comments

Comments
 (0)