You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Replace djangorestframework_jwt / drf_jwt with rest_framework_simplejwt
Replace djangorestframework_jwt / drf_jwt with djangorestframework_simplejwt
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 usedjangorestframework-simplejwt
instead - it is recommended in the DRF docs and seems to have more community support.The text was updated successfully, but these errors were encountered: