The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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! I’m starting development on a block for the hackathon – super exciting!
I’m going to need to store a unique token for each user, because I’m going to need to do some OAuth in my block.
I’m wondering the best approach to do this? I coul...