<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs, branch oidc-hashes</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>Merge branch 'master' into oidc-hashes</title>
<updated>2019-04-26T20:44:19+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2019-04-26T20:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=f1b8781e9f9dbce18ba67bbdf8f122109c5650d3'/>
<id>f1b8781e9f9dbce18ba67bbdf8f122109c5650d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2019-04-24T04:08:04+00:00</updated>
<author>
<name>Abhishek Patel</name>
<email>abhidgreat8394@gmail.com</email>
</author>
<published>2019-04-24T04:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=924a58fa1a9cc6eb2175ac038ca409708951915b'/>
<id>924a58fa1a9cc6eb2175ac038ca409708951915b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed fill into finalize to add clarity</title>
<updated>2019-03-26T13:50:41+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-03-26T13:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=53d3d335879f205ae705d93420f34984073cd5a1'/>
<id>53d3d335879f205ae705d93420f34984073cd5a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicated OIDC members in OAuth2.RequestValidator</title>
<updated>2019-02-28T14:04:12+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-02-28T09:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=225399aad32d508a3cf00f8bcaaf7328e90cc904'/>
<id>225399aad32d508a3cf00f8bcaaf7328e90cc904</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add technicals fields of `id_token` in oauthlib OIDC support</title>
<updated>2019-02-28T09:16:27+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-02-28T09:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=7c570c763725fdaa40778d6cd6689b09b3971f50'/>
<id>7c570c763725fdaa40778d6cd6689b09b3971f50</id>
<content type='text'>
A new RequestValidator `fill_id_token` has been introduced to replace `get_id_token`. It aims to have the bare minimum amount of fields to complete a full OIDC id_token support. `get_id_token` is still valid but optional, and if it is implemented, `fill_id_token` will not be called. The current `fill_id_token` came with full support of `aud`, `iat`, `nonce`, `at_hash` and `c_hash`. More could come in the future e.g. `auth_time`, ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new RequestValidator `fill_id_token` has been introduced to replace `get_id_token`. It aims to have the bare minimum amount of fields to complete a full OIDC id_token support. `get_id_token` is still valid but optional, and if it is implemented, `fill_id_token` will not be called. The current `fill_id_token` came with full support of `aud`, `iat`, `nonce`, `at_hash` and `c_hash`. More could come in the future e.g. `auth_time`, ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicated OIDC members in OAuth2.RequestValidator</title>
<updated>2019-02-28T09:06:37+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-02-28T09:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=73032fe688a899f80d2a65479c72fec450ec51a1'/>
<id>73032fe688a899f80d2a65479c72fec450ec51a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed graphviz/dot graph &amp; improved clarity (#642)</title>
<updated>2019-01-08T14:43:27+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2019-01-08T14:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=20d116c0db616285ca48ef1591a8a79796a76f5d'/>
<id>20d116c0db616285ca48ef1591a8a79796a76f5d</id>
<content type='text'>
I fixed graphviz missing output to web responses (see image of https://github.com/oauthlib/oauthlib/pull/639), and I have added a fixed rank (`rank=same`) when functions are achieving an identical goal. E.g. `validate_client_id`, `validate_user`, `validate_bearer_token` are unique for each flows, or, e.g. `confirm_redirect_uri`, `validate_redirect_uri` together, and so on.

![graphviz-0cc58e8637b94d7402eda45a1fef6e68889bd8e1](https://user-images.githubusercontent.com/820496/50830407-042ad600-1348-11e9-936a-03d07f42494f.png)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I fixed graphviz missing output to web responses (see image of https://github.com/oauthlib/oauthlib/pull/639), and I have added a fixed rank (`rank=same`) when functions are achieving an identical goal. E.g. `validate_client_id`, `validate_user`, `validate_bearer_token` are unique for each flows, or, e.g. `confirm_redirect_uri`, `validate_redirect_uri` together, and so on.

![graphviz-0cc58e8637b94d7402eda45a1fef6e68889bd8e1](https://user-images.githubusercontent.com/820496/50830407-042ad600-1348-11e9-936a-03d07f42494f.png)
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace latest occurences of Gazit w/ new community</title>
<updated>2018-12-28T18:29:41+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-28T18:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=213a47cf5fc9672271d98b898683727dafe0570b'/>
<id>213a47cf5fc9672271d98b898683727dafe0570b</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 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://91.123.203.49/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>Add OAuth2 Provider oauthlib-flow</title>
<updated>2018-12-28T18:29:23+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-12-28T18:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=d4f48845a7ceec5bbd658cf2b478f7b6d5cfee2e'/>
<id>d4f48845a7ceec5bbd658cf2b478f7b6d5cfee2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
