Share a back-end with multiple users

I have a team of two right now working on my backend. Since we cannot both have access to the same Slash backend through our own separate accounts we are both logging in under a single account.

Can we get Slash setup so that we can add authorized users to our backend to make schema changes, manage API keys, etc.

2 Likes

Hi Anthony,

This is something that we are working on, and will probably have out in a few months. In the meanwhile, it is possible for you to create an API key for each user, and update your schema programatically.

Please see: https://graphql.dgraph.io/slash-graphql/administering-your-backend for more details

Tejas

2 Likes