faridos
Results
1
comments of
faridos
for me i run into the same issue - i have no apache in my setup -settings.py : REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework_jwt.authentication.JSONWebTokenAuthentication', ) } urls.py: path(r'api-token-auth/', obtain_jwt_token), path(r'api-token-verify/',...