Hi Guys, a question on integration with Auth0, I ...
# prisma-whats-new
p
Hi Guys, a question on integration with Auth0, I want to create users via API (I don't allow people to sign up). What are the steps to do that when I have auth0 integration enabled in GraphCool? Should I just create new instance of
User
or I need to directly create user on Auth0 side as well?
n
that's not possible with the legacy Auth0 integration, only with the custom authentication using the new resolver functions
p
thanks Nilan, I'm watching https://blog.graph.cool/extend-your-graphcool-api-with-resolvers-ca0f0270bca7 are there any examples that cover auth0?
s