S
Systems Programming
Rust, C, C++, Go, and low-level programming
How to protect Chrome extension code and API keys
Concerned about keeping your API keys in a Chrome Extension? Oliver explores why JavaScript source code is inherently easy to inspect and how Chrome Web Store policies address code obfuscation versus minification. We also discuss leveraging cloud functions or server-side APIs to handle authenticated...