React refresh token issue. Works in postman but not in browser
I am struggling to get through implementing refresh/access tokens in a React application. I was able to get the access tokens working but once they expire, it is not able to use the refresh token to create a new one in the browser. It is able to do this via Postman though. I have CORS set up and I am trying to store the token in a httponly cookie. When I log in, I am able to see the cookie in the browser in the Application tab but my back end logging shows it is not able to pull it (Shows missing). I’ve tried looking around for a while and I am stumped how I am able to make the request and get the refresh token to work with postman but not in the browser. Sorry for the large amount of code. Any help would be greatly appreciated!