NabuCasa / pycognito

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

Validate iat as int #252

Closed ludeeus closed 1 month ago

ludeeus commented 1 month ago

Alternative to #224

Restores the behavior from before we switched from python-jose to PyJWT in #220

https://github.com/mpdavis/python-jose/blob/v0.5.4/jose/jwt.py#L158