<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs/oauth1, 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>Mention `oauth_body_hash` in OAuth1 client docs</title>
<updated>2018-08-30T16:03:56+00:00</updated>
<author>
<name>Jordan</name>
<email>ngoue@users.noreply.github.com</email>
</author>
<published>2018-08-30T16:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=a839bc209c28721ff10bc3b55e065ab7e0a84931'/>
<id>a839bc209c28721ff10bc3b55e065ab7e0a84931</id>
<content type='text'>
While the previous documentation was not wrong in that non-formencoded data are not included in the signature for traditional OAuth1 service providers, the library does still include an `oauth_body_hash` for non-formencoded data. 

Update the documentation to include mention of the `oauth_body_hash` with a notice that validation of said parameter may not be supported by all service providers, but will nevertheless provide an additional integrity check for those that do support it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the previous documentation was not wrong in that non-formencoded data are not included in the signature for traditional OAuth1 service providers, the library does still include an `oauth_body_hash` for non-formencoded data. 

Update the documentation to include mention of the `oauth_body_hash` with a notice that validation of said parameter may not be supported by all service providers, but will nevertheless provide an additional integrity check for those that do support it.</pre>
</div>
</content>
</entry>
<entry>
<title>Removed last occurences of G+ with Gitter</title>
<updated>2018-08-10T11:30:48+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-03-19T15:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=e18a4cf83745642080fa0a2233959cc52617c679'/>
<id>e18a4cf83745642080fa0a2233959cc52617c679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use secrets module in Python 3.6 and later (#533)</title>
<updated>2018-04-13T08:32:01+00:00</updated>
<author>
<name>Olaf Conradi</name>
<email>olaf@conradi.org</email>
</author>
<published>2018-04-13T08:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d21fd53e13c044ad034694ee93e97eb7c4aac101'/>
<id>d21fd53e13c044ad034694ee93e97eb7c4aac101</id>
<content type='text'>
The secrets module should be used for generating cryptographically
strong random numbers suitable for managing data such as passwords,
account authentication, security tokens, and related secrets.

In particularly, secrets should be used in preference to the default
pseudo-random number generator in the random module, which is
designed for modelling and simulation, not security or cryptography.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The secrets module should be used for generating cryptographically
strong random numbers suitable for managing data such as passwords,
account authentication, security tokens, and related secrets.

In particularly, secrets should be used in preference to the default
pseudo-random number generator in the random module, which is
designed for modelling and simulation, not security or cryptography.</pre>
</div>
</content>
</entry>
<entry>
<title>Rtd docs fix (#515)</title>
<updated>2018-02-28T14:00:08+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://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=32e5ad1509a8d46fa402776f54fbabef4b1ded63'/>
<id>32e5ad1509a8d46fa402776f54fbabef4b1ded63</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
</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
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented PyJWT dependency for RSA-SHA1 signatures.</title>
<updated>2017-08-01T12:24:06+00:00</updated>
<author>
<name>Hoylen Sue</name>
<email>hoylen@hoylen.com</email>
</author>
<published>2017-01-16T00:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=9628f3d24a2e9777bccf24115b123eea3e9eb74c'/>
<id>9628f3d24a2e9777bccf24115b123eea3e9eb74c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed client.rst</title>
<updated>2017-03-06T18:11:16+00:00</updated>
<author>
<name>Aj</name>
<email>ajayplsingh@gmail.com</email>
</author>
<published>2017-03-06T18:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=92a269aac7b5772e8b5860930f8edb3e0741b91c'/>
<id>92a269aac7b5772e8b5860930f8edb3e0741b91c</id>
<content type='text'>
Fixed grammar on line 7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed grammar on line 7.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #326 from CoolGoose/patch-2</title>
<updated>2015-07-19T08:32:45+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-07-19T08:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=3df94af950989b4594fde7df509723d77d0df2bf'/>
<id>3df94af950989b4594fde7df509723d77d0df2bf</id>
<content type='text'>
fix method params and clarify oauth_protected</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix method params and clarify oauth_protected</pre>
</div>
</content>
</entry>
<entry>
<title>Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto</title>
<updated>2015-04-14T16:30:44+00:00</updated>
<author>
<name>Joseph Tate</name>
<email>joseph@crunch.io</email>
</author>
<published>2015-04-14T16:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=fc2d1218e015adcf65ba01965884430c47895cd0'/>
<id>fc2d1218e015adcf65ba01965884430c47895cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>precise oauth1 client workflow</title>
<updated>2015-03-26T18:09:22+00:00</updated>
<author>
<name>st4lk</name>
<email>myhappydo@gmail.com</email>
</author>
<published>2015-03-26T18:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=4cc868b45ef7291dba89162551754c0be8a2baf9'/>
<id>4cc868b45ef7291dba89162551754c0be8a2baf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix method params and clarify oauth_protected</title>
<updated>2015-03-01T10:09:01+00:00</updated>
<author>
<name>Alexandru Bucur</name>
<email>melipse@gmail.com</email>
</author>
<published>2015-03-01T10:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=4f913c6a6568c815e207435f1f12c72bdb1d7547'/>
<id>4f913c6a6568c815e207435f1f12c72bdb1d7547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
