<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib, branch 652-token_state</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>Remove usage of "state" for code/token response.</title>
<updated>2019-02-22T10:12:49+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-02-22T10:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=54db1bfd65d1d17d1d45c12c8626b9e7fa84e694'/>
<id>54db1bfd65d1d17d1d45c12c8626b9e7fa84e694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clarity to the deprecation warning</title>
<updated>2019-02-21T09:01:29+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-02-21T09:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=58f1c3fe4020d13d4c2f7b80902b2c157fde807d'/>
<id>58f1c3fe4020d13d4c2f7b80902b2c157fde807d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 652: removed "state" from /token response.</title>
<updated>2019-02-20T13:30:03+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-02-20T13:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=8c9f0a3cee9fab35fdf7269441daab666b931f59'/>
<id>8c9f0a3cee9fab35fdf7269441daab666b931f59</id>
<content type='text'>
Fix OIDC /token flow where &amp;state=None was always returned, and fix OAuth2.0 /token flow where &amp;state=foobar was returned if &amp;state=foobar was present in the token request.

Remove "save_token" from create_token() signature cuz it was not used internally. Deprecated the option to let upstream libraries have a chance to remove it, if ever used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix OIDC /token flow where &amp;state=None was always returned, and fix OAuth2.0 /token flow where &amp;state=foobar was returned if &amp;state=foobar was present in the token request.

Remove "save_token" from create_token() signature cuz it was not used internally. Deprecated the option to let upstream libraries have a chance to remove it, if ever used.
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 and docs</title>
<updated>2019-01-25T04:36:52+00:00</updated>
<author>
<name>Duane King</name>
<email>duane.king@duanefking.com</email>
</author>
<published>2019-01-25T04:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=1dd58397d6a86fc930062cfecc6e2ea94e546aa7'/>
<id>1dd58397d6a86fc930062cfecc6e2ea94e546aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.0.1</title>
<updated>2019-01-24T13:28:43+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2019-01-24T13:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=575638ce7ddb8727e08980235ccd82152af85703'/>
<id>575638ce7ddb8727e08980235ccd82152af85703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)</title>
<updated>2019-01-11T09:02:55+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2019-01-11T09:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=7586b0b1f39b19d0779d9d7caa967a3f66c09702'/>
<id>7586b0b1f39b19d0779d9d7caa967a3f66c09702</id>
<content type='text'>
Test Introspect, Revoke, Token (web, legacy, backend) endpoints with authenticate_client and HTTP Basic Auth.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test Introspect, Revoke, Token (web, legacy, backend) endpoints with authenticate_client and HTTP Basic Auth.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 2019</title>
<updated>2018-12-28T18:29:34+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-28T18:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f4273e75250dd36c88d63dc075ae45650a5172e9'/>
<id>f4273e75250dd36c88d63dc075ae45650a5172e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Changelog to 3.0.0</title>
<updated>2018-12-28T18:29:29+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-28T18:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=45135a25d4dde6f0d1d6a9b735a40159ac391c11'/>
<id>45135a25d4dde6f0d1d6a9b735a40159ac391c11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into dry-up-code</title>
<updated>2018-12-20T14:32:18+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-12-20T14:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=3893b1764af522970e143f422967338eecbb9c1e'/>
<id>3893b1764af522970e143f422967338eecbb9c1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2018-12-17T15:01:06+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2018-12-17T14:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=c5de837837d3b69edb6bb8bcfe1741047b992760'/>
<id>c5de837837d3b69edb6bb8bcfe1741047b992760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
