Converting private_key to bytes if needed.
JWT Assertion constructor converts the private key to base64 so it can be stored in JSON, but base64.b64encode fails on the unicode type. Fixes #294.
Loading
Please sign in to comment
JWT Assertion constructor converts the private key to base64 so it can be stored in JSON, but base64.b64encode fails on the unicode type. Fixes #294.