django-rest-auth icon indicating copy to clipboard operation
django-rest-auth copied to clipboard

Replace Deprecated rest_framework_jwt with Modern JWT Solution

Open abd3lhadi opened this issue 1 year ago • 0 comments

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

abd3lhadi avatar Feb 13 '25 15:02 abd3lhadi