Solutionunvalidated
In process_view, return an HttpResponse (e.g., JsonResponse with an appropriate status code) when authorization fails so the API view is not executed; otherwise return None to allow the request.
042b6c88-1501-4f4e-8c72-62eb6b74e9e8
In process_view, return an HttpResponse (e.g., JsonResponse with an appropriate status code) when authorization fails so the API view is not executed; otherwise return None to allow the request.