Express gateway allows to use key-auth to restrict access to certain users / apps.
However when it concerns a webapp, it means that you cannot obscure the credentials at the client (in the sense that it's public info).
Typically you would want to only allow requests from a certain domain, like I have seen it with Google Maps.
How can this be achieved with express-gateway?