Removing sensitive data from the git history
Sep 29, 2022 · 3 min read · Perhaps you saved sensitive data like a password or a token in your project. From a security point of view, it’s a bad practice to put them in your code directly and keep them in the repository. For example, the best approach in the Node.js app and o...
Join discussion
