<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib, branch python-3.7</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Merge branch 'master' into 613-oidc-dispatcher</title>
<updated>2018-11-23T08:19:38+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-11-23T08:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=50dfc47d2dc1fdd9f3f66af1b38ea36c7edc17b1'/>
<id>50dfc47d2dc1fdd9f3f66af1b38ea36c7edc17b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow custom provider to override oauthlib values</title>
<updated>2018-11-21T14:17:38+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-11-21T14:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=e77023ca5db633c5200322cc5ab8f75b22aa7832'/>
<id>e77023ca5db633c5200322cc5ab8f75b22aa7832</id>
<content type='text'>
See https://github.com/oauthlib/oauthlib/pull/605#discussion_r234438151
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/oauthlib/oauthlib/pull/605#discussion_r234438151
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced distinct classes by a more unified one.</title>
<updated>2018-11-20T09:23:54+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-11-20T09:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=2a2e48a67105d99c8faad804650cf7a5c47a4ec4'/>
<id>2a2e48a67105d99c8faad804650cf7a5c47a4ec4</id>
<content type='text'>
"default_grant" and "oidc_grant" must be two generic attributes of OpenID Connect Dispatcher. We should not leave each Dispatcher implementation have this own attributes names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"default_grant" and "oidc_grant" must be two generic attributes of OpenID Connect Dispatcher. We should not leave each Dispatcher implementation have this own attributes names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import OIDC main classes identically than OAuth2</title>
<updated>2018-11-20T09:20:59+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-11-20T09:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=93b47c7fdb531a463ea4a5f43d36d9ffc8e1aec1'/>
<id>93b47c7fdb531a463ea4a5f43d36d9ffc8e1aec1</id>
<content type='text'>
import oauthlib.oauth2.Server must be replaced with oauthlib.openid.Server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
import oauthlib.oauth2.Server must be replaced with oauthlib.openid.Server
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into oauth-metadata</title>
<updated>2018-11-01T13:05:30+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2018-11-01T13:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=7961c4367dda9d604cacb4cba235f9370195d414'/>
<id>7961c4367dda9d604cacb4cba235f9370195d414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrong Client is also a FatalClientError (#608)</title>
<updated>2018-11-01T13:03:41+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-11-01T13:03:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=15e4f63504c93de7659e26336e95cff61859af11'/>
<id>15e4f63504c93de7659e26336e95cff61859af11</id>
<content type='text'>
FatalClientError is it SHOULD NOT be redirected to client (redirect_uri), but MUST be redirected to USERS (error_uri).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FatalClientError is it SHOULD NOT be redirected to client (redirect_uri), but MUST be redirected to USERS (error_uri).</pre>
</div>
</content>
</entry>
<entry>
<title>Initial OAuth Authorization Server Metadata RFC8414</title>
<updated>2018-10-25T10:17:11+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-10-25T10:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=49091c97f765c20a645fa450a3fc824267e45613'/>
<id>49091c97f765c20a645fa450a3fc824267e45613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to prepare 3.0.0</title>
<updated>2018-10-05T09:32:39+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-10-05T09:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=59a0cb748ad66d7b3a59848bae22e188fd3eec5c'/>
<id>59a0cb748ad66d7b3a59848bae22e188fd3eec5c</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 fix-585_client_id</title>
<updated>2018-09-21T07:43:50+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-09-21T07:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=127a3b58df22798bad9bb2e30743c2401c978d8a'/>
<id>127a3b58df22798bad9bb2e30743c2401c978d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OIDC tests (#565)</title>
<updated>2018-09-20T22:10:17+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@ennes.nl</email>
</author>
<published>2018-09-20T22:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=326456cb78eb6b50e6f44f01cb0eaccc7652cf1f'/>
<id>326456cb78eb6b50e6f44f01cb0eaccc7652cf1f</id>
<content type='text'>
* Unmute ignored OIDC tests.

* Fix more import errors.

* Remove recently invalidated test for id_token_hint.

* Fix tested grants.

* Fix import on py27.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Unmute ignored OIDC tests.

* Fix more import errors.

* Remove recently invalidated test for id_token_hint.

* Fix tested grants.

* Fix import on py27.
</pre>
</div>
</content>
</entry>
</feed>
