<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/tests/test_api_jws.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>Remove Python 2.7 compatibility (#457)</title>
<updated>2019-11-13T02:39:43+00:00</updated>
<author>
<name>Bastien Vallet</name>
<email>bastien.vallet@gmail.com</email>
</author>
<published>2019-11-13T02:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=8c93b2a314788798680febadfc5cac05b8dee5a5'/>
<id>8c93b2a314788798680febadfc5cac05b8dee5a5</id>
<content type='text'>
* Remove py27 support

* [py27] Remove useless compatibility files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove py27 support

* [py27] Remove useless compatibility files
</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 #315: Raise InvalidSignatureError over generic DecodeError (#316)</title>
<updated>2017-12-01T19:11:09+00:00</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2017-12-01T19:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=0c80a7119a1a82e7023ab3b0c766311de5821707'/>
<id>0c80a7119a1a82e7023ab3b0c766311de5821707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Changes per code review</title>
<updated>2016-11-30T16:33:46+00:00</updated>
<author>
<name>Landon GB</name>
<email>landogbland@gmail.com</email>
</author>
<published>2016-11-30T16:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=0550fa347ed29e2ffcd8f26a3adcf0ddcae6fdc3'/>
<id>0550fa347ed29e2ffcd8f26a3adcf0ddcae6fdc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unit test for better errors when missing cryptography package</title>
<updated>2016-11-28T18:00:32+00:00</updated>
<author>
<name>Landon GB</name>
<email>landogbland@gmail.com</email>
</author>
<published>2016-11-28T18:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=8520c8f0e0c9ea13df785e8143ee193f088c008a'/>
<id>8520c8f0e0c9ea13df785e8143ee193f088c008a</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 #219 from mike9005/es521_fix</title>
<updated>2016-10-24T18:04:53+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2016-10-24T18:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=18160c494af1c142e7da14996fb1342b9abaca4f'/>
<id>18160c494af1c142e7da14996fb1342b9abaca4f</id>
<content type='text'>
Fix incorrectly named ECDSA algorithm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrectly named ECDSA algorithm</pre>
</div>
</content>
</entry>
</feed>
