flask-jwt icon indicating copy to clipboard operation
flask-jwt copied to clipboard

'str' object has no attribute 'decode'

Open enricodvn opened this issue 4 years ago • 1 comments

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

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

enricodvn avatar Dec 28 '20 18:12 enricodvn

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

enricodvn avatar Dec 28 '20 18:12 enricodvn