I have build a WebApp which uses Vue and Retrieve Data using 'vue-resource' from Backend (Express + Postgres)
And I want to Improve it's security by Adding API Key.
I am bit confused is API Key is added as a variable on both the sides and if possible how to send it from vue-resource and get it on other end and authenticate?