Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

auth0UserId is the API client_id, so it can only be used once #540

Open j2l opened 6 years ago

j2l commented 6 years ago

I finally understand how Auth0 integration is done in Graphcool and I can create a user, BUT: auth0UserId is the API client_id, so it can only be used once. user is not created within my auth0 users DB.

Did someone successfully integrated Auth0 in Graphcool and can share a working mutation to createUser?

usulpro commented 6 years ago

@j2l I'm trying to figure out it at this moment, did you have any progress?

(the provided template doesn't work for me, as it looks like there was some changes in auth0 after it created)