Skip to content
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

django-rest-framework-jwt is Unmaintained as of 8/2019 Replace #39

Closed
BethanyG opened this issue Jan 12, 2020 · 3 comments
Closed

django-rest-framework-jwt is Unmaintained as of 8/2019 Replace #39

BethanyG opened this issue Jan 12, 2020 · 3 comments
Assignees

Comments

@BethanyG
Copy link
Member

BethanyG commented Jan 12, 2020

Since we followed a link from the DRF docs and a related tutorial directly to PyPI (where the status is not listed), we missed that https://github.com/jpadilla/django-rest-framework-jwt is unmaintained a of 8/2019. See issue jpadilla/django-rest-framework-jwt#484. We will now need to replace it.

One recommended route is to use https://github.com/davesque/django-rest-framework-simplejwt. The two libraries look similar at first glance, so the hope is the replacement will be fairly straightforward.

Using: "drop-in fork" at https://github.com/Styria-Digital/django-rest-framework-jwt.

@BethanyG BethanyG added the needs discussion The fix for this issue needs discussion label Jan 12, 2020
@BethanyG
Copy link
Member Author

Thoughts on which way we'd like to go? Should we use the drop-in replacement, or switch to the simplejwt lib? Rude trick not making the status clear on PyPI.

@lpatmo
Copy link
Member

lpatmo commented Jan 14, 2020

Good catch! I vote to use the drop-in fork at https://github.com/Styria-Digital/django-rest-framework-jwt. :)

@BethanyG BethanyG removed the needs discussion The fix for this issue needs discussion label Jan 14, 2020
@BethanyG
Copy link
Member Author

I think I am going to do just that....at least for now.

@BethanyG BethanyG changed the title django-rest-framework-jwt is Unmaintained as of 8/2019 Replace with django-rest-framework-simplejwt django-rest-framework-jwt is Unmaintained as of 8/2019 Replace Jan 14, 2020
@lpatmo lpatmo closed this as completed Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants