I am trying to run a flask application where I have to store sensitive information in the user's browser (localstorage) and fetch it later. The thing is, I have that sensitive information on the server side, and apparently localstorage can only be accessed on the client side via Javascript. I am trying to run a flask application where I