I'm trying to use django rest-auth and allauth together for backend authentication process with reactjs frontend application. I'm not sure if I have the setup correctly or if this is a bug. The "uid" does not exist in the response, it only carries token which is passed from the api. I think the uid should be from either existing user or a new one from new users, and "complete_login" should pass those uid along...I'm trying to use django rest-auth and allauth