Hi all! Who here has some experience with high-level authentication for a Yoga Server, and some time to help me out? I'm not talking permissions, as listed in this doc - https://www.prismagraphql.com/docs/tutorials/graphql-server-development/permissions-thohp1zaih, but rather limiting who has access to a Yoga Server at all. Scenario is that right now anyone can hit my endpoint and see the playground, and I'd like to limit who can do that.
@bminch I use the environment variables set by my local dev and ci to enable/disable the routes
b
bmitch
02/23/2018, 4:35 PM
^ important to note that I deployed our Yoga Server using Heroku (we were having issues with Now), and that is the app that I want to restrict. My Prisma Cloud Service is working just fine and requires a token 🙂. Perhaps this is more of a Heroku question than a Yoga Server question.
bmitch
02/23/2018, 4:45 PM
@nilan alternatively, how would I go about emulating the behavior of prisma cloud from my Yoga Server (I can still open the playground, without the proper token, I can not see the schema or access any data from it)?