<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/docs/user/authentication.rst, branch none_filepointer</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/'/>
<entry>
<title>Prefer https over http for links in the documentation</title>
<updated>2018-01-06T19:23:50+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-06T19:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=030dcce20cb8b4a82e7b0e5e09b7a8f33121938d'/>
<id>030dcce20cb8b4a82e7b0e5e09b7a8f33121938d</id>
<content type='text'>
- Fixed Read the Docs links
- Fixed GitHub links
- Fixed PyPI links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed Read the Docs links
- Fixed GitHub links
- Fixed PyPI links
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authentication.rst</title>
<updated>2017-09-04T20:10:49+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-09-04T20:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=afaaae185ce23b0deffeff74083a4986322950ce'/>
<id>afaaae185ce23b0deffeff74083a4986322950ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly mention OpenID Connect</title>
<updated>2017-01-10T05:31:20+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2017-01-10T05:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=775d19ee052ecd89b6527f5e833cf936fb9dfbc6'/>
<id>775d19ee052ecd89b6527f5e833cf936fb9dfbc6</id>
<content type='text'>
OAuth 2 is the authentication protocol underpinning OpenID Connect.

Mention that explicitly for the benefit of folks looking for information on using
requests with OpenID Connect that don't yet know that OAuth 2 is the
relevant underlying authentication protocol.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OAuth 2 is the authentication protocol underpinning OpenID Connect.

Mention that explicitly for the benefit of folks looking for information on using
requests with OpenID Connect that don't yet know that OAuth 2 is the
relevant underlying authentication protocol.</pre>
</div>
</content>
</entry>
<entry>
<title>Improve discoverability of OAuth 2 support</title>
<updated>2017-01-10T05:17:08+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2017-01-10T05:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=4942b40496b5c1b7dc4b3e14360dd68e8633554a'/>
<id>4942b40496b5c1b7dc4b3e14360dd68e8633554a</id>
<content type='text'>
The previous summary gave the impression that requests-oauthlib only supports
OAuth 1.

This updates makes it clear that it also supports OAuth 2, and links directly to the
use case specific authentication flow guides.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous summary gave the impression that requests-oauthlib only supports
OAuth 1.

This updates makes it clear that it also supports OAuth 2, and links directly to the
use case specific authentication flow guides.</pre>
</div>
</content>
</entry>
<entry>
<title>Formatted the example to fix the color highlighting</title>
<updated>2016-10-31T08:09:16+00:00</updated>
<author>
<name>Bård Aase</name>
<email>bard@kvidder.com</email>
</author>
<published>2016-10-31T08:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=388e949e83a728d09f27cc708d32badcc160971e'/>
<id>388e949e83a728d09f27cc708d32badcc160971e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: clarify the precedence of `auth=` over `netrc`</title>
<updated>2015-12-21T16:52:45+00:00</updated>
<author>
<name>Isa Hassen</name>
<email>hassen.isa@gmail.com</email>
</author>
<published>2015-12-21T02:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=fcb8c8d33b72f66a0c94b3f2b0a65cb2a2e06697'/>
<id>fcb8c8d33b72f66a0c94b3f2b0a65cb2a2e06697</id>
<content type='text'>
This closes #2062 by clarifying in the docs which auth
header takes precedence:
1st auth=
2nd .netrc
3rd headers=

This precedence order is already tested in test_requests.py,
in the test_basicauth_with_netrc method. Perhaps we should
add further tests for non-basic auth schemes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #2062 by clarifying in the docs which auth
header takes precedence:
1st auth=
2nd .netrc
3rd headers=

This precedence order is already tested in test_requests.py,
in the test_basicauth_with_netrc method. Perhaps we should
add further tests for non-basic auth schemes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a couple more malformed :meth: and :class: links</title>
<updated>2014-07-18T06:15:54+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@sonymobile.com</email>
</author>
<published>2014-07-18T06:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c6fa5bb1cd06ab6d8206ddb4c07572c77f26b9a3'/>
<id>c6fa5bb1cd06ab6d8206ddb4c07572c77f26b9a3</id>
<content type='text'>
Change-Id: Ie38844a40ec7a483e6ce5e56077be344242bcd99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie38844a40ec7a483e6ce5e56077be344242bcd99
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple example of custom authentication in the documentation</title>
<updated>2013-07-22T00:14:33+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@gmail.com</email>
</author>
<published>2013-07-22T00:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=62f0df4434df363435e3e3a9cac73ddfac4cd07c'/>
<id>62f0df4434df363435e3e3a9cac73ddfac4cd07c</id>
<content type='text'>
Refs #1471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1471
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap long lines in the authentication documentation</title>
<updated>2013-07-22T00:08:47+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@gmail.com</email>
</author>
<published>2013-07-22T00:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5cdcf58b3b57a9407af8280a9ab14f63742e339c'/>
<id>5cdcf58b3b57a9407af8280a9ab14f63742e339c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar fixes and such</title>
<updated>2013-07-20T10:56:25+00:00</updated>
<author>
<name>Kwpolska</name>
<email>kwpolska@gmail.com</email>
</author>
<published>2013-07-20T10:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=587385bfe0d48da1f33635c23bcb792650e5ef1f'/>
<id>587385bfe0d48da1f33635c23bcb792650e5ef1f</id>
<content type='text'>
Signed-off-by: Kwpolska &lt;kwpolska@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kwpolska &lt;kwpolska@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
