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

PyJWT 2.x not supported #88

Closed palfrey closed 3 years ago

palfrey commented 3 years ago

Requirement is currently listed as PyJWT[crypto]>=1.5.2,<2.0.0, and 2.0.0 is now out. I've got a clash with another library that just wants >=2.0, and so would love to get compatibility for both (or just >2).