Hey everybody,
If I have to use somet sensitive information in my code, like an API key, what’s the best way to do that?
I could put it right into the code, but my block to be open source (for the hackathon), so…any advice?
Cheers,
Alec
Hey everybody,
If I have to use somet sensitive information in my code, like an API key, what’s the best way to do that?
I could put it right into the code, but my block to be open source (for the hackathon), so…any advice?
Cheers,
Alec
Hey! You should always set up an environment variable with your keys so they are hidden,
Here’s a good article if you’re writing in React
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.