sassoftware / ci360-download-client-python

ci360 data download client program using Python
Apache License 2.0
14 stars 11 forks source link

PyJWT updated the jwt.encode return type #4 - token based on data type #5

Closed weflower closed 3 years ago

weflower commented 3 years ago

Address the issue opened here: https://github.com/sassoftware/ci360-download-client-python/issues/4

Added a test for 'bytes' type to maintain backward compatibility with earlier release of PyJwt.

shashideore commented 3 years ago

PyJWT updated the jwt.encode return type