Skip to content

v0.1.5

Compare
Choose a tag to compare
@mpdavis mpdavis released this 24 Apr 19:10
· 616 commits to master since this release

Initial Release

At this point, python-jose is ready to be used for JWS and JWT signing. The API and versioning are set and stable and predictable.

From here, the focus will be expanding algorithm usage to include ECSDA and RSA PSS signing.

After that, JWE and then JWK functionality.

This library will focus on using the PyCrypto library instead of moving to cryptography for easier Google App Engine support.