DEV Community

Discussion on: Quick way to Secure API Keys for the Frontend

Collapse
 
johnny93u profile image
John Uil

This is a different approach. I tried it out and it really simplifies many things, I don't have to worry about my API secrets in the git repo or on the frontend, I also don't need to bring up a backend for API integration. This saved me time, works well with APIs especially if you don't want user login (there are not many security approaches for APIs used in this way).