<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/tests/test_api_jwt.py, branch bionic</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/'/>
<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://91.123.203.49/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>DX Tweaks (#450)</title>
<updated>2019-10-22T02:38:34+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2019-10-22T02:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=11ac89474b1179925c76450fcc4b3d2042c45f19'/>
<id>11ac89474b1179925c76450fcc4b3d2042c45f19</id>
<content type='text'>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pytest and pinned test dependencies</title>
<updated>2018-12-06T12:32:27+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2018-12-06T12:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=b65e1ac6dc4d11801f3642eaab34ae6a54162c18'/>
<id>b65e1ac6dc4d11801f3642eaab34ae6a54162c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug if application does not specify audience (#336)</title>
<updated>2018-03-15T15:29:53+00:00</updated>
<author>
<name>Derek Weitzel</name>
<email>djw8605@gmail.com</email>
</author>
<published>2018-03-15T15:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=02374f4203c7ee0e11fdd32c61cb067b63cd0cff'/>
<id>02374f4203c7ee0e11fdd32c61cb067b63cd0cff</id>
<content type='text'>
* Fix bug if application does not specify audience

* Update changelog

* Fixing blank line

* Fixing error message with missing audience
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix bug if application does not specify audience

* Update changelog

* Fixing blank line

* Fixing error message with missing audience
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow list of valid audiences to be passed in to PyJWT.decode() (#306)</title>
<updated>2017-11-27T04:03:06+00:00</updated>
<author>
<name>René Springer</name>
<email>r-springer@users.noreply.github.com</email>
</author>
<published>2017-11-27T04:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=7f7d524b78ab98e42e9064f4f2bab5b6e126f766'/>
<id>7f7d524b78ab98e42e9064f4f2bab5b6e126f766</id>
<content type='text'>
Resolves #205, </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #205, </pre>
</div>
</content>
</entry>
<entry>
<title>Warn about missing algorithms arg only when verify is True</title>
<updated>2017-08-31T15:00:29+00:00</updated>
<author>
<name>Przemysław Suliga</name>
<email>mail@suligap.net</email>
</author>
<published>2017-08-28T11:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=608ed4a948e305cd1953ce93ab42094a046c0372'/>
<id>608ed4a948e305cd1953ce93ab42094a046c0372</id>
<content type='text'>
Since no signature verification will occur, passing in `algorithms` does
not make much sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since no signature verification will occur, passing in `algorithms` does
not make much sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add warning when decoding with no algorithms specified</title>
<updated>2017-06-22T13:58:04+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2017-06-21T20:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=11f30c4050a11b6398d38f505578c9dabeba6c78'/>
<id>11f30c4050a11b6398d38f505578c9dabeba6c78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-numeric 'iat' now raises InvalidIssuedAtError on decode()</title>
<updated>2017-04-17T13:34:12+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2017-04-17T13:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=3447f0c0eb7de46042b5cda975d37e361168bf60'/>
<id>3447f0c0eb7de46042b5cda975d37e361168bf60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop rejecting tokens with future 'iat' values</title>
<updated>2017-04-17T13:34:04+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2017-04-17T13:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=8f3a2a8a4098693357b69d63a1dbec514ed7c701'/>
<id>8f3a2a8a4098693357b69d63a1dbec514ed7c701</id>
<content type='text'>
RFC 7519 does not specify or even suggest this type of validation on the
'iat' claim and it has caused issues for several consumers of PyJWT.

This change removes the validation on future 'iat' values and leaves
such things up to the application developer to implement.

Fixes #190.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 7519 does not specify or even suggest this type of validation on the
'iat' claim and it has caused issues for several consumers of PyJWT.

This change removes the validation on future 'iat' values and leaves
such things up to the application developer to implement.

Fixes #190.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new options for requiring exp, iat, and nbf claims.</title>
<updated>2015-06-03T02:11:08+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-06-03T01:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=12791c7875dda323835b8e0b9c687d17ba0e641b'/>
<id>12791c7875dda323835b8e0b9c687d17ba0e641b</id>
<content type='text'>
Thanks to David Black &lt;dblack@atlassian.com&gt; for the suggestion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to David Black &lt;dblack@atlassian.com&gt; for the suggestion.
</pre>
</div>
</content>
</entry>
</feed>
