I’ve created an app for myself – a simple word processor in Python – and I have a couple of author friends interested in trying it out.
I’ve created apps in the past and shared them but I’m new to sharing apps that have an API key and I don’t know where to start with key management security, the software or best practices.
I’ve read the OpenAI best practises around the subject but it seems to be for people who already know their way around that kind of thing.
So, how do I add my API key securely to my app so I can share it?