Is there a way to restrict which IPs can have acce...
# prisma-whats-new
p
Is there a way to restrict which IPs can have access to my Graphcool project? I set up some client-based authorization on my business layer and I'd like to prevent everything except that business layer from making queries directly, for security reasons. (I still allow custom queries, I'm just adding a public/secret authentication method in between.)