Is there a way to manage cookies for both the server and client simultaneously?
Unanswered
American black bear posted this in #help-forum
American black bearOP
I have a token with a cookie, but I have encapsulated the Axios request method, so I want both the client and server to access the token. I currently write the client and server separately