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
Hi @emersonmellado! Thank you for letting us know about this! I was able to recreate your error and once I created the .env file and added in my Auth0 credentials, that error went away and it worked.
Please create a .env file and input the following information:
CLIENT_DOMAIN="your domain, example: kapehe.auth0.com";
CLIENT_ID="client id from auth0 application";
CLIENT_SECRET="client secret from auth0 application";
You will also see a file name .env.example that has the empty values.
Please let me know if this works for you! Thank you!
Hi, I cloned the repo, after npm install and node get-client.js I got this error.
I am running on windows, node version: v10.16.0.
Can you please help me understand what I did wrong?
The text was updated successfully, but these errors were encountered: