chai-backend
chai-backend copied to clipboard
Empty Tokens In Postman
On login route , I set login controller in which accessToken and refreshTokens are logged correctly on console as Promise object. but but but on logout or any route that has middleware implemented, I logged req.cookies and logged as : { accessToken: {}, refreshToken: {} } It means the postman isn't correctly sending the cookies, what to do