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