You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've using auth0 for a while and I noticed that the documentation in curso-r.github.io says AUTH0_USER should be the username, which can be found on the top corner of the site. That for me is the email address that I used to sign in to auth0.com. However, if I use that in the environment variable I get an error as the url is incorrect. I now use the DOMAIN variable from auth0.com, the one above the CLIENT ID and it works fine.
Do everyone else use the email in AUTH0_USER and it works? or is this an error in the documentation?
Cheers.
The text was updated successfully, but these errors were encountered:
Perhaps a mention that you might need to change that would be helpful in the docs.
For the Canadian domain, for example, you need to put in ".ca.auth0.com"
If you go to the application's API tab, you can see the correct URL.
Hi there,
I've using auth0 for a while and I noticed that the documentation in curso-r.github.io says AUTH0_USER should be the username, which can be found on the top corner of the site. That for me is the email address that I used to sign in to auth0.com. However, if I use that in the environment variable I get an error as the url is incorrect. I now use the DOMAIN variable from auth0.com, the one above the CLIENT ID and it works fine.
Do everyone else use the email in AUTH0_USER and it works? or is this an error in the documentation?
Cheers.
The text was updated successfully, but these errors were encountered: