Added OAuth reference to quickstart file
authorJoseph McCullough <joseph@vertstudios.com>
Mon, 14 Nov 2011 07:09:12 +0000 (01:09 -0600)
committerJoseph McCullough <joseph@vertstudios.com>
Mon, 14 Nov 2011 07:09:12 +0000 (01:09 -0600)
docs/user/quickstart.rst

index 72f4b2329ea23e24602c36fd45b4d8266181c689..542a5bc6a95d37103e8597e9f4bee175af44afa0 100644 (file)
@@ -238,6 +238,11 @@ Making requests with Basic Auth is extremely simple::
     >>> requests.get('https://api.github.com/user', auth=('user', 'pass'))
     <Response [200]>
 
+OAuth Authentication
+--------------------
+
+Miguel Araujo's `requests-oauth <http://pypi.python.org/pypi/requests-oauth>`_ project provides a simple interface for
+establishing OAuth connections. Documentation and examples can be found on the requests-oauth `git repository <https://github.com/maraujop/requests-oauth>`_.
 
 Digest Authentication
 ---------------------