<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/docs/user/authentication.rst, branch disable-security</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/'/>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Move netrc authentication documentation under the Basic Auth section</title>
<updated>2013-07-19T13:37:57+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@gmail.com</email>
</author>
<published>2013-07-19T13:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=c88fd8cc9dabb40d4737f61cbbbb87555ca88a00'/>
<id>c88fd8cc9dabb40d4737f61cbbbb87555ca88a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation of netrc authentication</title>
<updated>2013-07-19T08:30:54+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@gmail.com</email>
</author>
<published>2013-07-19T08:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=6f6a920a68d858a89cf8a7a32d6faa1f164738ff'/>
<id>6f6a920a68d858a89cf8a7a32d6faa1f164738ff</id>
<content type='text'>
The documentation does not make it clear that when the credentials
from netrc are used, Requests authenticates with HTTP Basic Auth.

I just spent ages trying to figure out why it wasn't working, and
it was because although the credentials in the netrc were correct,
the server actually required HTTP Digest Auth.

Add a section in the authentication documentation to make it clear
that HTTP Basic Auth is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation does not make it clear that when the credentials
from netrc are used, Requests authenticates with HTTP Basic Auth.

I just spent ages trying to figure out why it wasn't working, and
it was because although the credentials in the netrc were correct,
the server actually required HTTP Digest Auth.

Add a section in the authentication documentation to make it clear
that HTTP Basic Auth is used.
</pre>
</div>
</content>
</entry>
</feed>
