chandlervdw
09/28/2017, 2:27 PM>> Note: We redirect toto give the user the possibility to add additional required information. If your/login
type has no additional required fields, you can simply call the user query to check if there is already a user with theUser
generated by Auth0 as detailed above. If there is no such user, you can immediately run theauth0IdToken
mutation instead of redirecting tocreateUser
. If there already is such a user, you can redirect the user to/login
instead./