-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use different JWT package #302
Comments
I'm considering removing JWT altogether. See this discussion. Anyway, since a lot of people do like JWT, I'll refactor the code to use some new library. Thanks for pointing that. |
@dekoza if you haven't started work on this, I can take a quick stab at it. (Already patched this on two of my projects using djoser) |
@joshua-s please do. I have loads of work to do before I can work on this. Thanks! |
Sounds great! Thanks! |
Has a decision been made in regards to either deprecating or making a new version to use simplejwt? Or has it been decided to eliminate JWT entirely? |
For all intents and purposes, django-rest-framework-jwt has been abandoned and is no longer receiving updates (jpadilla/django-rest-framework-jwt#449). It is a good time for djoser to consider another package for JWT authentication.
One that I found:
The text was updated successfully, but these errors were encountered: