js-route-optimization-app icon indicating copy to clipboard operation
js-route-optimization-app copied to clipboard

feat: added impersonation as authentication method instead of JSON keys

Open caio1985 opened this issue 1 year ago • 0 comments

This adds impersonation as the main method to authenticate against Google Cloud as it is safer than using locally stored credentials that could be stolen. It also adds a few headers to the backend server to avoid CORS errors when serving the frontend.

caio1985 avatar Apr 16 '25 17:04 caio1985