github mpdavis/python-jose 3.0.0

latest releases: 3.3.0, 3.2.0, 3.1.0...
5 years ago

As of 3.0.0, python-jose uses the pure python rsa package for signing and verifying RSA signatures by default.

Other backends can be used by installing python-jose with extras. Options include pycrypto, pycryptodome and cryptography. It is recommended that one of these options is used in production, as they will be much faster than the pure python rsa module.

The cryptography option is a good default.

Features

Don't miss a new python-jose release

NewReleases is sending notifications on new releases.