So I’m developing a channel for my favorite Anime streaming website, their REST API is secured via an API key I got, the problem with this is, that everyone could easily see that key in the source code of my channel which proposes a risk of getting my key disabled because people could mess around with it…
What would be the best way to secure the API key so nobody else can use it?