IE: the front end doesn’t directly call IGDB.
Your front end calls your backend and the backend proxies the request to IGDB
Right, that’s what I was doing currently. So my newbie question then is: where can I store this app token on the server (should I even?). Do I end up always calling the auth endpoint before making the data query or do I store the token in the DB? Somewhere else? Thanks a lot!