I'm trying to find out how to secure a graph.cool endpoint properly. It shouldn't be possible that anyone can even read the db, so one should set all access to at least authenticated.
This works fine with users authenticating e.g. via auth0. What if I have an endpoint talking to graph.cool, how can I secure it, by:
1. adding an IP whitelist
2. authentication/token?