Hide your API Keys easily with Node JS

preview_player
Показать описание
Upgrade any project with API keys using these techniques today! Learn how to hide your API keys in a normal Javascript project with Node JS. We use version control (git) alongside these techniques to re-arrange our project in a way that is safe and secure for our API keys.

💬 Join us on our discord here:

Visit our website:

FOLLOW ✅

SUPPORT THE CHANNEL ❤️

#node #nodejs #api #javascript #frontend #webdev #webdevelopment #security
Рекомендации по теме
Комментарии
Автор

This method does not really protects the api. If the client hits the endpoint, it will simply get the response. So we are not actually protecting the api key. Is there any other way we can hide this?

debjitsinha
Автор

How do I go now about using the API in my project?

anthonyarguello
Автор

I really liked the video. Do you have to install all things you installed first or can you add it to a project you have already completed?

thewiscokid
Автор

Is the .env.dist file there so that anyone who clones your repo will know to create a .env file? Does the .env.dist file serve any other purpose?

to-gobox