Hide API Keys with Environment Variables [dotenv & GitHub] | Nodejs + Expressjs

preview_player
Показать описание
Ensuring your API keys and other security keys are kept safe and not exposed to the world is critical to ensure that you don't get hacked and have your accounts be abused. In todays tutorial, we look at how we can use Environment Variable files to safely guard our secret keys from the public eye and how we can still use them securely inside of our Nodejs + Express server.

#nodejs #programming #coding

🔗 Resources

📚 Chapters

00:00 Introduction
01:00 Hiding keys

🔖 Topics Covered

- API keys
- Environment Variables
- Dotenv
- Hiding API keys in Nodejs
Рекомендации по теме
Комментарии
Автор

Hey James, great video. So in the last bit, you mentioned that when my app is all set to deploy, there are methods to again supply my scripts with secret keys. I've been having a helluva time finding out what those methods are! Could you make a video on that, it point me to a resource to learn from? Cheers.

fartboobs