From 588b6bbf8a3b03b4b12fe8e6a36ca923eb705c23 Mon Sep 17 00:00:00 2001 From: Joseph McCullough Date: Mon, 14 Nov 2011 01:09:12 -0600 Subject: [PATCH] Added OAuth reference to quickstart file --- docs/user/quickstart.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 72f4b23..542a5bc 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -238,6 +238,11 @@ Making requests with Basic Auth is extremely simple:: >>> requests.get('https://api.github.com/user', auth=('user', 'pass')) +OAuth Authentication +-------------------- + +Miguel Araujo's `requests-oauth `_ project provides a simple interface for +establishing OAuth connections. Documentation and examples can be found on the requests-oauth `git repository `_. Digest Authentication --------------------- -- 2.7.4