<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib/openid, branch python-3.7</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/'/>
<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://91.123.203.49/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://91.123.203.49/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>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://91.123.203.49/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>
<entry>
<title>redid the docstring fixes</title>
<updated>2018-09-10T21:00:16+00:00</updated>
<author>
<name>jonathan vanasco</name>
<email>jonathan@2xlp.com</email>
</author>
<published>2018-09-10T21:00:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=5a9d8d92d3453355de86d614337affe69543207d'/>
<id>5a9d8d92d3453355de86d614337affe69543207d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The id_token_hint parameter isn't required by the OIDC spec. (#559)</title>
<updated>2018-07-02T09:18:55+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@ennes.nl</email>
</author>
<published>2018-07-02T09:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=cfcbe99477a5d392175970f9c2e16b7d8ce138fb'/>
<id>cfcbe99477a5d392175970f9c2e16b7d8ce138fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenID Connect split  (#525)</title>
<updated>2018-06-05T14:33:21+00:00</updated>
<author>
<name>Wiliam Souza</name>
<email>wiliamsouza83@gmail.com</email>
</author>
<published>2018-06-05T14:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=d5a4d5ea0eab04ddddefac7d1e7a4902fc469286'/>
<id>d5a4d5ea0eab04ddddefac7d1e7a4902fc469286</id>
<content type='text'>
* Add command to clean up builds to makefile

* Fix docs strings for endpoints pre_configured

* Chnage grant_types.openid_connect to include a deprecation warning be a backward compatible

* Fix doc string for rfc6749.request_validator

* Remove unused import

* Change import to be explicity

* Move JWTTokenTestCase to openid.connect.core.test_token

* Move JWTToken to oauthlib.openid.connect.core.tokens

* Move to openid connect test

* Move openid connect exceptions to its own file

* Remove openid connect from oauth2 server

* Remove JWTToken from oauth tokens

* Remove grant_types.openid_connect file

* Add oauthlib/openid estructure and tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add command to clean up builds to makefile

* Fix docs strings for endpoints pre_configured

* Chnage grant_types.openid_connect to include a deprecation warning be a backward compatible

* Fix doc string for rfc6749.request_validator

* Remove unused import

* Change import to be explicity

* Move JWTTokenTestCase to openid.connect.core.test_token

* Move JWTToken to oauthlib.openid.connect.core.tokens

* Move to openid connect test

* Move openid connect exceptions to its own file

* Remove openid connect from oauth2 server

* Remove JWTToken from oauth tokens

* Remove grant_types.openid_connect file

* Add oauthlib/openid estructure and tests
</pre>
</div>
</content>
</entry>
</feed>
