erikd7 / erik-web-app

Erik's web app for general stuff
erik-web-app.vercel.app
0 stars 0 forks source link

Conceal api keys from dev tools #35

Open erikd7 opened 2 years ago

erikd7 commented 2 years ago

Conceal api keys from dev tools - pass api requests through node backend middleware, which tacks on the api keys for the server, then returns the response without the keys being seen by the front end

erikd7 commented 2 years ago

I implemented a frontend proxy that hid them, but the only place I could deploy for free was my personal server without CD and not something I want from a security perspective. Holding on this. The files are still in the repo for the future.