How to Securely and Efficiently Store a nonce Value in a Next.js Application?
I am developing a Next.js application that requires interacting with an external API. Each request to this API must include a unique nonce value that is provided by the API with each response. I need to store this nonce value securely and efficiently for use in subsequent requests.