Stop Leaking Your API Keys

Опубликовано: 22 Декабрь 2024
на канале: Replit
2,399
53

API keys are essential parts of modern software development, they let you plug into third-party services, like OpenAI, and use their power in your own App. If you don't secure these properly you run the risk of leaking your API key and it being abused. In this video we look at using the Secrets manager in Replit to avoid that problem altogether.

https://blog.replit.com/keeping-your-...
https://www.vice.com/en/article/93kkk...

00:00 Intro
00:17 What’s an API?
00:26 Why do we need to secure them?
00:58 What causes key leaking?
01:39 How to fix it
02:36 How forking works with Secrets
03:28 Automated Checks
03:49 What to do if a leak happens