My plugin generates an image to display the current state. I need to pass the conversation I’d to the image generation so that the correct image is created.
Currently I’m just passing the conversation I’d as a url query parameter.
Should I be hashing or obfuscating it?