<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib, branch 3.2.0-dev</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>Prepare 3.2.0 release</title>
<updated>2021-06-03T06:08:16+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@gmail.com</email>
</author>
<published>2021-06-03T06:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=b696491cf3b6341a2f406e78f6c039d499b6625a'/>
<id>b696491cf3b6341a2f406e78f6c039d499b6625a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3.1.1 release</title>
<updated>2021-05-31T20:02:39+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@gmail.com</email>
</author>
<published>2021-05-31T20:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=817f97b925a4dfcf01efc5785f061a876b0894f0'/>
<id>817f97b925a4dfcf01efc5785f061a876b0894f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>per @JonathanHuot use existing get_token_from_header()</title>
<updated>2021-05-29T14:07:05+00:00</updated>
<author>
<name>Alan Crosswell</name>
<email>alan@columbia.edu</email>
</author>
<published>2021-05-29T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=5c789757a2f5934964c3e96bce7f9d49f9e8de0d'/>
<id>5c789757a2f5934964c3e96bce7f9d49f9e8de0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle another case of assuming the token starts after 'Bearer '</title>
<updated>2021-05-29T13:59:00+00:00</updated>
<author>
<name>Alan Crosswell</name>
<email>alan@columbia.edu</email>
</author>
<published>2021-05-26T19:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=9f2e8ff1e4b94af4677c6eb12b710d2c74deae68'/>
<id>9f2e8ff1e4b94af4677c6eb12b710d2c74deae68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Authorization header that is not a Bearer to not return a token</title>
<updated>2021-05-29T13:59:00+00:00</updated>
<author>
<name>Alan Crosswell</name>
<email>alan@columbia.edu</email>
</author>
<published>2021-05-26T19:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=05e671a41641746802f6ae6155f79fdcb13a3c6a'/>
<id>05e671a41641746802f6ae6155f79fdcb13a3c6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove typo</title>
<updated>2021-05-26T19:37:16+00:00</updated>
<author>
<name>Bella Woo</name>
<email>bwoo@theatlantic.com</email>
</author>
<published>2021-05-26T19:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d0ef8e4fe47939a6254f1894dda859a9b7146285'/>
<id>d0ef8e4fe47939a6254f1894dda859a9b7146285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use better regex for IPv6 to allow a lot more valid IPv6 addresses (#753)</title>
<updated>2021-05-10T11:10:32+00:00</updated>
<author>
<name>Paul Dekkers</name>
<email>paul.dekkers@surf.nl</email>
</author>
<published>2021-05-10T11:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=2b8a44855a51ad5a5b0c348a08c2564a2e197ea2'/>
<id>2b8a44855a51ad5a5b0c348a08c2564a2e197ea2</id>
<content type='text'>
* Use better regex for IPv6 to allow a lot more valid IPv6 addresses

* Adding some unit tests for is_absolute_uri in uri_validate

* Make unit tests Python 3.6 compatible

* Remove redundant import after unit test simplification for py36

* update Changelog

* Remove redundant coding line</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use better regex for IPv6 to allow a lot more valid IPv6 addresses

* Adding some unit tests for is_absolute_uri in uri_validate

* Make unit tests Python 3.6 compatible

* Remove redundant import after unit test simplification for py36

* update Changelog

* Remove redundant coding line</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle prompt=none</title>
<updated>2021-05-01T08:12:17+00:00</updated>
<author>
<name>Nikos Sklikas</name>
<email>nsklikas@admin.grnet.gr</email>
</author>
<published>2021-04-27T07:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=2f1d7d8e357b307b3d5f41006d2b0a0698e40e63'/>
<id>2f1d7d8e357b307b3d5f41006d2b0a0698e40e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use request.nonce when generating hybrid id token</title>
<updated>2021-02-12T05:31:48+00:00</updated>
<author>
<name>Tom Evans</name>
<email>tevans@mintel.com</email>
</author>
<published>2021-02-01T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=89162b8a7a911f094674d0a77199ae226b71a656'/>
<id>89162b8a7a911f094674d0a77199ae226b71a656</id>
<content type='text'>
Like with the implicit grant, we need to override add_id_token to pass
the nonce from the current request to GrantBase.add_id_token in order
for the ID token to have the correct nonce.

Add test that the nonce is in ID token from hybrid OIDC flow.

Fixes: #746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like with the implicit grant, we need to override add_id_token to pass
the nonce from the current request to GrantBase.add_id_token in order
for the ID token to have the correct nonce.

Add test that the nonce is in ID token from hybrid OIDC flow.

Fixes: #746
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pydoc in parameters.py</title>
<updated>2020-07-28T23:40:23+00:00</updated>
<author>
<name>uy-rrodriguez</name>
<email>5296200+uy-rrodriguez@users.noreply.github.com</email>
</author>
<published>2020-07-28T17:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d54965b86ce4ede956db70baff0b3d5e9182a007'/>
<id>d54965b86ce4ede956db70baff0b3d5e9182a007</id>
<content type='text'>
Fix of a couple of typing mistakes in pydoc text:
 - Usage of " to surround "application/x-form-urlencoded" instead of `` (as in the rest of the documentation)
 - "presence" written with "c"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix of a couple of typing mistakes in pydoc text:
 - Usage of " to surround "application/x-form-urlencoded" instead of `` (as in the rest of the documentation)
 - "presence" written with "c"</pre>
</div>
</content>
</entry>
</feed>
