I'm trying to use login/connect social accounts using dj-rest-auth. I use postman to test api request. I installed according to dj-rest-auth doc. I worked smoothly until I delete a user from user table.
My testing process steps:
Do I need to add some setting for this case? I have no idea How deleted user affected to all other api
Please advise me. Thank you.
It is solved after I removed (JWT_AUTH_COOKIE = 'auth').