You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using pyjwt version 2.4.0
and I think it's conflicting and showing this error: AttributeError: 'str' object has no attribute 'decode'
When I try to use this:
I am using pyjwt version 2.4.0
and I think it's conflicting and showing this error:
AttributeError: 'str' object has no attribute 'decode'
When I try to use this:
When I down grade pyjwt to 1.7.0 it works fine.
The text was updated successfully, but these errors were encountered: