Reactjs – Can't set the cookie to browser in mern app
I am trying set a two tokens when a user try to login. One of them is refresh_token and other one is access_token. As I am using redux in the frontend so my access_token will be set to redux state…