After sending my credentials to a login API, I received a successful response containing user data and a token. I would like to know how I can store this information so that the user doesn't have to log in every time. Is it possible for me to save the token and user data from the response in a cookie, which can then be used to load the information on the page if the cookie exists?