jpadilla/django-jwt-auth

str object not bytes

Closed this issue · 1 comments

Haven't looked too far into this... but it looks like pyJWT is now returning a str from encode(..) rather than a bytes object. I suggest removing the .decode('utf-8') here