pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 178 forks source link

'str' object has no attribute 'decode' #143

Open enricodvn opened 3 years ago

enricodvn commented 3 years ago

Seems related to https://github.com/jpadilla/pyjwt/issues/529

Getting this error after the new dependency resolver on pip 20.3.

enricodvn commented 3 years ago

To fix that I had to fix the pyjwt version on the requirements. Working with pyjwt==1.7.1