Closed hknust closed 7 years ago
The current version does not work with Python 2.6.x due to a call to total_seconds() in flask-jwt/init.py. I added a try/catch to handle the call in 2.6 and replaced the calculation with an inline formula.
Not relevant anymore this code has been replaced by pyjwt
The current version does not work with Python 2.6.x due to a call to total_seconds() in flask-jwt/init.py. I added a try/catch to handle the call in 2.6 and replaced the calculation with an inline formula.