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

Cannot resolve keyword 'response' into field. Choices are:

Open zhangxuehui opened this issue 6 years ago • 0 comments

while we are executing the code as below, try: user = backend.do_auth(token, user=authed_user) except Exception as e: return Response({"error": "do_auth error","detail":e.message}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)

the error message comes up: Cannot resolve keyword 'response' into field. Choices are:...

zhangxuehui avatar Apr 27 '18 11:04 zhangxuehui