<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/docs/usage.rst, branch version-2.0.1</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Release 2.0.0 (#576)</title>
<updated>2020-12-22T07:17:08+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-12-22T07:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=4770745541363a6a1a1a00b81a64601970df5ce0'/>
<id>4770745541363a6a1a1a00b81a64601970df5ce0</id>
<content type='text'>
* Bump up version to 2.0.0

* Update usage docs

* Update CHANGELOG</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump up version to 2.0.0

* Update usage docs

* Update CHANGELOG</pre>
</div>
</content>
</entry>
<entry>
<title>Autoupdate pre-commit hooks and apply them (#561)</title>
<updated>2020-12-19T23:51:39+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-19T23:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=ce4f350ffc052f767c772c0685cc591f7d5f4e9b'/>
<id>ce4f350ffc052f767c772c0685cc591f7d5f4e9b</id>
<content type='text'>
https://pre-commit.com/#updating-hooks-automatically</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://pre-commit.com/#updating-hooks-automatically</pre>
</div>
</content>
</entry>
<entry>
<title>Update code blocks in docs (#545)</title>
<updated>2020-12-17T20:09:23+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-17T20:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=a1907c037a44e3dda54ea60163a15e11cfd81774'/>
<id>a1907c037a44e3dda54ea60163a15e11cfd81774</id>
<content type='text'>
Update Python 2 syntax and drop Python-2-only examples.

Fix all Python console prompts to the full "&gt;&gt;&gt; " for correct
highlighting.

Use "pycon" instead of "python" for interactive Python console session.
The "python" lexer is for Python scripts and doesn't interpret the "&gt;&gt;&gt;"
prompt.

Fix all Python console code blocks to more accurately display what the
user will see. For example, when assigning a value to a variable, it
isn't also echoed.

Fix typo ".. code::" → ".. code-block::".

Use "console" instead of "sh" for shell sessions. The "sh" lexer is for
shell scripts. For a complete list of lexers, see:
https://pygments.org/docs/lexers/

Use blacken-docs to run black on code blocks. This is now included as a
pre-commit hook.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Python 2 syntax and drop Python-2-only examples.

Fix all Python console prompts to the full "&gt;&gt;&gt; " for correct
highlighting.

Use "pycon" instead of "python" for interactive Python console session.
The "python" lexer is for Python scripts and doesn't interpret the "&gt;&gt;&gt;"
prompt.

Fix all Python console code blocks to more accurately display what the
user will see. For example, when assigning a value to a variable, it
isn't also echoed.

Fix typo ".. code::" → ".. code-block::".

Use "console" instead of "sh" for shell sessions. The "sh" lexer is for
shell scripts. For a complete list of lexers, see:
https://pygments.org/docs/lexers/

Use blacken-docs to run black on code blocks. This is now included as a
pre-commit hook.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated arguments from docs (#544)</title>
<updated>2020-12-17T01:29:12+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-17T01:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=3f65aa413530157b8b09c4c933de4f8a97a639c1'/>
<id>3f65aa413530157b8b09c4c933de4f8a97a639c1</id>
<content type='text'>
They were removed from the code in
f690976596bb74221f5a81fc9afffd5609bc4e70.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were removed from the code in
f690976596bb74221f5a81fc9afffd5609bc4e70.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage example (#530)</title>
<updated>2020-11-10T12:28:54+00:00</updated>
<author>
<name>Michal Čihař</name>
<email>michal@cihar.com</email>
</author>
<published>2020-11-10T12:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=284af6ad6f617ee50335a08e03551f49e68f78d7'/>
<id>284af6ad6f617ee50335a08e03551f49e68f78d7</id>
<content type='text'>
The algorithms parameter for decode accepts list not a string.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The algorithms parameter for decode accepts list not a string.</pre>
</div>
</content>
</entry>
<entry>
<title>Documents how to use private keys with passphrases (#525)</title>
<updated>2020-10-29T14:14:44+00:00</updated>
<author>
<name>Ray Luo</name>
<email>rayluo.mba@gmail.com</email>
</author>
<published>2020-10-29T14:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=f0a4c32d37efa18b0b13777bff290faf64f2a585'/>
<id>f0a4c32d37efa18b0b13777bff290faf64f2a585</id>
<content type='text'>
This can address https://github.com/jpadilla/pyjwt/issues/286</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can address https://github.com/jpadilla/pyjwt/issues/286</pre>
</div>
</content>
</entry>
<entry>
<title>Require tweak (#280)</title>
<updated>2020-05-14T14:50:39+00:00</updated>
<author>
<name>Pau Ruiz Safont</name>
<email>psafont@users.noreply.github.com</email>
</author>
<published>2020-05-14T14:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=008490a85932415ec14ab7d61c64216ddaef75fc'/>
<id>008490a85932415ec14ab7d61c64216ddaef75fc</id>
<content type='text'>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Document top-level .encode and .decode to close #459 (#482)</title>
<updated>2020-04-26T23:52:22+00:00</updated>
<author>
<name>Dima Tisnek</name>
<email>dimaqq@gmail.com</email>
</author>
<published>2020-04-26T23:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=c2c91a7bb504f9ff10387972b8ce9353493ed773'/>
<id>c2c91a7bb504f9ff10387972b8ce9353493ed773</id>
<content type='text'>
Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation for audience usage (#484)</title>
<updated>2020-04-26T23:50:43+00:00</updated>
<author>
<name>Correy Lim</name>
<email>correylim@gmail.com</email>
</author>
<published>2020-04-26T23:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=2b564094a6d71bc9778fa126dbe05e8daed52141'/>
<id>2b564094a6d71bc9778fa126dbe05e8daed52141</id>
<content type='text'>
* Add code example for `aud` being an array

The previous code example only showed the `aud` claim as a single
case-sensitive string, despite the documentation mentioning that the
`aud` claim can be an array of case-sensitive strings

Add a code block demonstrating the `aud` claim being an array of
case-sensitive strings to make it more clear to the user that it is a
permitted use of the `aud` claim

* Add example of the `audience` param as an iterable

Demonstrate to users reading the documentation that the `audience`
parameter is not restricted to the `string` type, but can also accept an
iterable, as implemented in PR#306

https://github.com/jpadilla/pyjwt/pull/306

* Fix short title underlines

Short title underlines throw warnings in reStructuredText linters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add code example for `aud` being an array

The previous code example only showed the `aud` claim as a single
case-sensitive string, despite the documentation mentioning that the
`aud` claim can be an array of case-sensitive strings

Add a code block demonstrating the `aud` claim being an array of
case-sensitive strings to make it more clear to the user that it is a
permitted use of the `aud` claim

* Add example of the `audience` param as an iterable

Demonstrate to users reading the documentation that the `audience`
parameter is not restricted to the `string` type, but can also accept an
iterable, as implemented in PR#306

https://github.com/jpadilla/pyjwt/pull/306

* Fix short title underlines

Short title underlines throw warnings in reStructuredText linters</pre>
</div>
</content>
</entry>
<entry>
<title>Update usage.rst (#360)</title>
<updated>2018-07-19T13:34:01+00:00</updated>
<author>
<name>PatrikBillgren</name>
<email>PatrikBillgren@users.noreply.github.com</email>
</author>
<published>2018-07-19T13:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=fa857044e49d10f22dc042704b27abf0c00bda50'/>
<id>fa857044e49d10f22dc042704b27abf0c00bda50</id>
<content type='text'>
Small typo fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small typo fix</pre>
</div>
</content>
</entry>
</feed>
