NabuCasa / pycognito

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

Use PyJWT instead of python-jose for JWT validation #220

Closed swt2c closed 4 months ago

swt2c commented 5 months ago

PyJWT seems to be better maintained currently, and this allows dropping the dependency on ecdsa.

Fixes #218.