Once authenticated I save a token which is then used to make further requests but then after page refresh the same request for that token has to be sent.
The JSON response is 9MB. I attemped saving it in localStorage
but it exceeds the quota. Is there any way to do this on the client?
Thanks.