Tejashwini Duluri

Results 1 comments of Tejashwini Duluri

Try changing this line user = request.backend.do_auth( serializer.validated_data['access_token']) with user = backend.do_auth( access_token, response={"id_token": id_token}) #Id token you will get along with access token.