<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git, branch 264-status401</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Add double-quotes to the key/values in WWW-Authenticate</title>
<updated>2018-12-12T17:08:09+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-12T17:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=a9ec83a40477e6b5b460b6f203607199f5f16779'/>
<id>a9ec83a40477e6b5b460b6f203607199f5f16779</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Used WWW-Authenticate and auth-param values as RFC6750 described it.</title>
<updated>2018-12-12T16:58:45+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-12T16:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=5f629b5dce3fc6aafb5908480ed241c6f5b4cfbb'/>
<id>5f629b5dce3fc6aafb5908480ed241c6f5b4cfbb</id>
<content type='text'>
It misses the possibility to add scope= and realm= at the moment, but it should be a step forward into the right direction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It misses the possibility to add scope= and realm= at the moment, but it should be a step forward into the right direction.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.</title>
<updated>2018-12-04T15:08:13+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-04T15:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ffa87c7ec828e5c0a7c68a2197030f20b15ec621'/>
<id>ffa87c7ec828e5c0a7c68a2197030f20b15ec621</id>
<content type='text'>
access_denied/unauthorized_client/consent_required/login_required MUST be 400, and not 401. Also, 401 MUST have WWW-Authenticate when set. It could have an impact of processing those in webframeworks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
access_denied/unauthorized_client/consent_required/login_required MUST be 400, and not 401. Also, 401 MUST have WWW-Authenticate when set. It could have an impact of processing those in webframeworks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #621 from oauthlib/python-3.7</title>
<updated>2018-12-04T14:49:53+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-12-04T14:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=51c927b0641adcef6e5944c9a67ba1d7edc2eb68'/>
<id>51c927b0641adcef6e5944c9a67ba1d7edc2eb68</id>
<content type='text'>
Support for Python 3.7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for Python 3.7</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into python-3.7</title>
<updated>2018-12-04T14:20:17+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-12-04T14:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=6b09a3130a5c64c5230c4f04361c4ec1b952537a'/>
<id>6b09a3130a5c64c5230c4f04361c4ec1b952537a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #620 from bpereto/invalid-scope-should-respond-with-400</title>
<updated>2018-12-04T10:00:28+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-12-04T10:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=64b308e8cba98d5769f3977cfd4bc559175ac882'/>
<id>64b308e8cba98d5769f3977cfd4bc559175ac882</id>
<content type='text'>
`invalid_scope` status code should be 400</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`invalid_scope` status code should be 400</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PyPy build in Xenial.</title>
<updated>2018-12-03T21:40:25+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-12-03T20:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ada6ef467b11e007e61575a2ecaf41547d39d64f'/>
<id>ada6ef467b11e007e61575a2ecaf41547d39d64f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PyCharm ignore.</title>
<updated>2018-12-03T21:40:25+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-12-03T20:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=399ea07ef9674e43aeb0b0e29df59472c86d3de2'/>
<id>399ea07ef9674e43aeb0b0e29df59472c86d3de2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Python 3.7.</title>
<updated>2018-12-03T21:40:25+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-12-03T17:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=6ed5980962723092d6fb2cbbfdb63a935787e9c1'/>
<id>6ed5980962723092d6fb2cbbfdb63a935787e9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`invalid_scope` status code should be 400</title>
<updated>2018-12-03T16:59:25+00:00</updated>
<author>
<name>Benjamin Pereto</name>
<email>benjamin@sandchaschte.ch</email>
</author>
<published>2018-12-03T16:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ea849f66a92f6ce78cae6574e8d20a19a267ac96'/>
<id>ea849f66a92f6ce78cae6574e8d20a19a267ac96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
