Removing sensitive data from the git history
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...
Sep 29, 20223 min read

