<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs/oauth2, branch 2.x</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 last remaining G+ reference.</title>
<updated>2018-03-09T21:20:23+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-03-09T21:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f3ae98cef91e140b10d25fbd496622d879cc0c0c'/>
<id>f3ae98cef91e140b10d25fbd496622d879cc0c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rtd docs fix (#515)</title>
<updated>2018-03-09T21:18:10+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathanhuot@users.noreply.github.com</email>
</author>
<published>2018-02-28T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=871446f8c9c14f80497b257dc809500efc4e8c45'/>
<id>871446f8c9c14f80497b257dc809500efc4e8c45</id>
<content type='text'>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link

(cherry picked from commit 32e5ad1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link

(cherry picked from commit 32e5ad1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added bottle-oauthlib (#509)</title>
<updated>2018-03-09T20:52:51+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathanhuot@users.noreply.github.com</email>
</author>
<published>2018-01-02T16:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=325da94cf1b2c2e8b869d0fa97bb232ee43527de'/>
<id>325da94cf1b2c2e8b869d0fa97bb232ee43527de</id>
<content type='text'>
(cherry picked from commit 66d7296)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 66d7296)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs for custom validators</title>
<updated>2016-12-22T16:39:50+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2016-12-22T16:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=cf414259b2b03664cf51e12532035e2a4ef130f3'/>
<id>cf414259b2b03664cf51e12532035e2a4ef130f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs for custom validator registration</title>
<updated>2016-12-22T15:00:32+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2016-12-19T16:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=b63590317fc353da5e39ec9eef9a1494eddb925e'/>
<id>b63590317fc353da5e39ec9eef9a1494eddb925e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #416 from joelstevenson/openid_connect</title>
<updated>2016-08-28T07:28:42+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2016-08-28T07:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d5315c19ccc3fdd4ba70b1c94a727e8573f3ad78'/>
<id>d5315c19ccc3fdd4ba70b1c94a727e8573f3ad78</id>
<content type='text'>
Openid connect</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Openid connect</pre>
</div>
</content>
</entry>
<entry>
<title>Move the claims handling into OpenIDConnectBase._inflate_claims() and a new AuthCodeGrantDispatcher to route requests to either the default AuthorizationCodeGrant or OpenIDConnectAuthCode depending on scope when the request's response_type is a simple (ambiguous) 'code'.</title>
<updated>2016-08-18T22:29:01+00:00</updated>
<author>
<name>Joel Stevenson</name>
<email>jstevenson@bepress.com</email>
</author>
<published>2016-08-18T22:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=447465547cc9a14350d024ed25b374614c475eec'/>
<id>447465547cc9a14350d024ed25b374614c475eec</id>
<content type='text'>
Include basic docs about OpenID Connect auth flow support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include basic docs about OpenID Connect auth flow support
</pre>
</div>
</content>
</entry>
<entry>
<title>access -&gt; accessed</title>
<updated>2016-04-13T19:15:37+00:00</updated>
<author>
<name>Thomas Bartelmess</name>
<email>thomas@bartelmess.io</email>
</author>
<published>2016-04-13T19:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=22a5747998c3e359ac5186426045a1696e228f8c'/>
<id>22a5747998c3e359ac5186426045a1696e228f8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code ident in server doc</title>
<updated>2015-10-26T18:12:36+00:00</updated>
<author>
<name>Yohan Boniface</name>
<email>yb@enix.org</email>
</author>
<published>2015-10-26T18:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=e84bd3e859bbc34bcad6591da9faf1cfb16a954f'/>
<id>e84bd3e859bbc34bcad6591da9faf1cfb16a954f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #325 from djmitche/token_generator_fix</title>
<updated>2015-07-19T08:33:37+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-07-19T08:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=311b57cc25a56d337be785af8f993b1ea4021fa5'/>
<id>311b57cc25a56d337be785af8f993b1ea4021fa5</id>
<content type='text'>
Fix documentation for token_generator signature</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix documentation for token_generator signature</pre>
</div>
</content>
</entry>
</feed>
