python-jose
python-jose copied to clipboard
Added possibility to call jwk.construct() with a private RSA key
Pull request that fixes #282. It's working for me and it doesn't look like anything else should break because of this change, because everywhere the public interface is used, the code ensures it's working on the public part. It seems in line with similar code already present for CryptographyECKey
. This change is for CryptographyRSAKey
only.
Bump, is this project still active?
RE: Bump?