Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

Add PyJWT 2.x support #91

Closed palfrey closed 3 years ago

palfrey commented 3 years ago

Fixes #88.

Adds PyJWT 2.x support in a backwards-compat way i.e. works with 1.x as well, and tests for it with tox.

fitodic commented 3 years ago

@palfrey Thanks for the PR! Could you please add a changelog with a brief description of the change?

palfrey commented 3 years ago

@palfrey Thanks for the PR! Could you please add a changelog with a brief description of the change?

Done