#Is there a way to manage cookies for both the server and client simultaneously?

1 messages · Page 1 of 1 (latest)

naive cairn
#

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