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

Replace djangorestframework_jwt / drf_jwt with djangorestframework_simplejwt #4052

Open
mbertrand opened this issue Jun 12, 2023 · 0 comments

Comments

@mbertrand
Copy link
Member

mbertrand commented Jun 12, 2023

The app has long been using djangorestframework_jwt to handle JSON web token authentication, primarily between micromasters and open. This package has not been updated since 2017. In the short run it is being replaced by a more up-to-date fork (drf_jwt) as part of an upgrade to python 3.11, but in the long run, it would probably be best to use djangorestframework-simplejwt instead - it is recommended in the DRF docs and seems to have more community support.

@mbertrand mbertrand changed the title Replace django_rest_framework_jwt / drf_jwt with rest_framework_simplejwt Replace djangorestframework_jwt / drf_jwt with rest_framework_simplejwt Jun 12, 2023
@mbertrand mbertrand changed the title Replace djangorestframework_jwt / drf_jwt with rest_framework_simplejwt Replace djangorestframework_jwt / drf_jwt with djangorestframework_simplejwt Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant