django-rest-auth
django-rest-auth copied to clipboard
Replace Deprecated rest_framework_jwt with Modern JWT Solution
replace the deprecated rest_framework_jwt library with djangorestframework-simplejwt, in LOGIN/LOGOUT views, jwt_encode func in rest_auth/utils.py and any other occurence of the deprecated package