capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Use python-jose instead of python-jose-cryptodome #98

Closed dotlambda closed 6 years ago

dotlambda commented 6 years ago

python-jose is now also using pycryptodome. See https://github.com/mpdavis/python-jose/pull/83 and https://github.com/mpdavis/python-jose/blob/master/setup.py#L58.

alexsavio commented 6 years ago

But python-jose==1.3.2 is not using pycryptodome by default, only for Pypy: https://github.com/mpdavis/python-jose/blob/1.3.2/setup.py

Could you please move it to a version that uses pycryptodome? Maybe 2.0.2 ?

dotlambda commented 6 years ago

Changed to python-jose>=2.0.0, which is the first version using pycryptodome: https://github.com/mpdavis/python-jose/releases/tag/2.0.0.