<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/docs/api.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>Fix tox "docs" environment to pass (#567)</title>
<updated>2020-12-21T16:13:07+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-21T16:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=d5eff6452d66d0cafce9fecd19f5453ce8ea95fc'/>
<id>d5eff6452d66d0cafce9fecd19f5453ce8ea95fc</id>
<content type='text'>
- Fixed doctest which included incorrect output.
- Use intersphinx to allow linking to Python JSONEncoder class.
- Fix param types after previous str/bytes cleanups.
- Fix param syntax to avoid vertical bar.

The command `tox -e docs` now passes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed doctest which included incorrect output.
- Use intersphinx to allow linking to Python JSONEncoder class.
- Fix param types after previous str/bytes cleanups.
- Fix param syntax to avoid vertical bar.

The command `tox -e docs` now passes.</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>Update api.rst</title>
<updated>2020-11-04T14:40:29+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-11-04T14:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=4265a4168cfc07436e14a16cb9535c8078115020'/>
<id>4265a4168cfc07436e14a16cb9535c8078115020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update return type for jwt.encode (#521)</title>
<updated>2020-10-15T08:20:08+00:00</updated>
<author>
<name>moomoolive</name>
<email>63522515+moomoolive@users.noreply.github.com</email>
</author>
<published>2020-10-15T08:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=96ec8639a544c70f4e427942f109dfe59f0d848c'/>
<id>96ec8639a544c70f4e427942f109dfe59f0d848c</id>
<content type='text'>
It seems to me that the return type for the encode method is actually 'bytes' type and not 'str'. While this doesn't make a huge difference working with python code, it gave me some issues yesterday when sending JWT tokens between a Python (flask) REST API and Javascript (Vue) frontend.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems to me that the return type for the encode method is actually 'bytes' type and not 'str'. While this doesn't make a huge difference working with python code, it gave me some issues yesterday when sending JWT tokens between a Python (flask) REST API and Javascript (Vue) frontend.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary compatibility shims for Python 2 (#498)</title>
<updated>2020-06-19T05:53:17+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-19T05:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=dc8dc7d05d54bd5502295601c01b557caab92a76'/>
<id>dc8dc7d05d54bd5502295601c01b557caab92a76</id>
<content type='text'>
As the project is Python 3 only, can remove the compatibility shims in
compat.py.

Type checking has been simplified where it can:
  - str is iterable
  - bytes is iterable
  - use isinstance instead of issubclass

The remaining function bytes_from_int() has been moved to utils.py.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the project is Python 3 only, can remove the compatibility shims in
compat.py.

Type checking has been simplified where it can:
  - str is iterable
  - bytes is iterable
  - use isinstance instead of issubclass

The remaining function bytes_from_int() has been moved to utils.py.</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>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://git.baserock.org/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>Added docs/ with awesome new documentation 🎉</title>
<updated>2015-10-23T23:49:08+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-10-23T00:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=ccb3d278fce8ef17667cf835b75ffb064d875eca'/>
<id>ccb3d278fce8ef17667cf835b75ffb064d875eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
