Hi! Could anyone help with setting up a static website (e.g. on netlify) + Graphcool auth ?
https://www.graph.cool/forum/t/access-control-graphcool-netlify/1254
I'm trying to understand how I can have my frontend served by CDN without an origin server, while retaining the capability to control the access to some pages.
Thanks so much 🙂
@sdubois, we're using Netlify + Auth0 for several apps. We basically followed Auth0 React examples and everything is working as you'd expect
s
sdubois
10/14/2017, 9:01 AM
Thanks, I updated the forum question. I was interested in using a static site generator like Gatsby and I don't understand how to make it work in that case?