diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 72f4b232..542a5bc6 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 ---------------------