<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs, branch 0.7.0</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>Docs updates recovered from a broken git repo.</title>
<updated>2014-10-23T17:47:57+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-23T17:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=fe546f426edc95add019ca8847198f4d1eca24d6'/>
<id>fe546f426edc95add019ca8847198f4d1eca24d6</id>
<content type='text'>
Draft release process doc to try force myself into more
structured releases in the future.

A few initial notes on how to report errors.

Added a few common exceptions to the FAQ.

Removed supported versions from feature matrix. They are all
available in setup.py metadata.

Move JWT tokens to grant types where it (confusingly) belongs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Draft release process doc to try force myself into more
structured releases in the future.

A few initial notes on how to report errors.

Added a few common exceptions to the FAQ.

Removed supported versions from feature matrix. They are all
available in setup.py metadata.

Move JWT tokens to grant types where it (confusingly) belongs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch docs version from oauthlib.__version__</title>
<updated>2014-10-23T17:46:58+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-23T17:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ff4c9399172d19434c6cdd46932f4195a71742fb'/>
<id>ff4c9399172d19434c6cdd46932f4195a71742fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document environment variables</title>
<updated>2014-10-16T23:19:05+00:00</updated>
<author>
<name>David Baumgold</name>
<email>david@davidbaumgold.com</email>
</author>
<published>2014-10-16T23:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ca45f108dbbefaede131edab055501076323d09c'/>
<id>ca45f108dbbefaede131edab055501076323d09c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation of OAUTHLIB_STRICT_TOKEN_TYPE</title>
<updated>2014-09-22T14:07:03+00:00</updated>
<author>
<name>Chad Whitacre</name>
<email>chad@zetaweb.com</email>
</author>
<published>2014-09-22T14:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=c49028af26b89ebdc08a72d3cebbf553fa0ddef6'/>
<id>c49028af26b89ebdc08a72d3cebbf553fa0ddef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create Signature Only OAuth1 Endpoint</title>
<updated>2014-09-11T16:31:58+00:00</updated>
<author>
<name>Ryan Hiebert</name>
<email>ryan@ryanhiebert.com</email>
</author>
<published>2014-09-04T03:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=988d08284989226577d30ae07550278dbf50d751'/>
<id>988d08284989226577d30ae07550278dbf50d751</id>
<content type='text'>
In certain cases a provider may wish to verify the signature of an
oauth request without doing anything more with it. Learning Tools
Interoperability (LTI), for example, uses "0-legged OAuth" for it's
signature verification process.

http://www.imsglobal.org/lti/
http://andyfmiller.com/2013/02/10/does-lti-use-oauth/

This adds a new ``SignatureOnlyEndpoint`` that implements only the
client validation and signature verification, and leaves off the other
parts that would need to be validated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In certain cases a provider may wish to verify the signature of an
oauth request without doing anything more with it. Learning Tools
Interoperability (LTI), for example, uses "0-legged OAuth" for it's
signature verification process.

http://www.imsglobal.org/lti/
http://andyfmiller.com/2013/02/10/does-lti-use-oauth/

This adds a new ``SignatureOnlyEndpoint`` that implements only the
client validation and signature verification, and leaves off the other
parts that would need to be validated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed mention of django-oauth-toolkit from oauth1 server docs.</title>
<updated>2014-04-15T13:11:34+00:00</updated>
<author>
<name>Kirill Spitsin</name>
<email>tn@0x746e.org.ua</email>
</author>
<published>2014-04-15T13:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f46f5063567a8152a6fbb851a0f809f83157ba19'/>
<id>f46f5063567a8152a6fbb851a0f809f83157ba19</id>
<content type='text'>
django-oauth-tools doesn't seem to support oauth1.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
django-oauth-tools doesn't seem to support oauth1.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing some typos</title>
<updated>2014-02-12T21:01:08+00:00</updated>
<author>
<name>Kevin O'Connor</name>
<email>kjoconnor@gmail.com</email>
</author>
<published>2014-02-12T21:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=e590d27c2d48a02afe90688aab783d2fe587f62e'/>
<id>e590d27c2d48a02afe90688aab783d2fe587f62e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just a Typo in the headers</title>
<updated>2013-12-23T20:21:41+00:00</updated>
<author>
<name>MajiD Fatemian</name>
<email>majidfn@yahoo.com</email>
</author>
<published>2013-12-23T20:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=1ae5fd02be7683c2121a37ee120b44fbe9aa86d0'/>
<id>1ae5fd02be7683c2121a37ee120b44fbe9aa86d0</id>
<content type='text'>
Instead of the Content-Type it was mentioned Authorization.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of the Content-Type it was mentioned Authorization.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix all application/json mimetypes.</title>
<updated>2013-10-12T13:34:52+00:00</updated>
<author>
<name>Hsiaoming Yang</name>
<email>me@lepture.com</email>
</author>
<published>2013-10-12T13:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=274b899af69082656c8ba5f755d25f264b88eb01'/>
<id>274b899af69082656c8ba5f755d25f264b88eb01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add supported versions and platforms to docs.</title>
<updated>2013-09-19T14:43:25+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2013-09-19T14:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=1eca3219ccf292b695381f956642e0130882651f'/>
<id>1eca3219ccf292b695381f956642e0130882651f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
