flask-jwt
flask-jwt copied to clipboard
'str' object has no attribute 'decode'
Seems related to https://github.com/jpadilla/pyjwt/issues/529
Getting this error after the new dependency resolver on pip 20.3.
To fix that I had to fix the pyjwt version on the requirements. Working with pyjwt==1.7.1