pegasus-io / the-cors-tester

A quick HTTP webserver with its webapp that requests cross origin resources
0 stars 0 forks source link

AUTH0 Configuration issue #2

Open Jean-Baptiste-Lasselle opened 4 years ago

Jean-Baptiste-Lasselle commented 4 years ago

echo '' echo " -- finally, and very important : " echo " -- you must configure the Auth0 Application you created, to allow one callback url, of value " echo " -- the exact value of [${AUHT0_CALLBACK}]" echo '' npm i && npm run dev

Jean-Baptiste-Lasselle commented 4 years ago

erreur sur la var env AUTH0_CALLBACK_URL au lieu de AUTH0_CALLBACK

Jean-Baptiste-Lasselle commented 4 years ago
# .env
AUTH0_CLIENT_ID=N9Sa4YRY8hLnxLcTFqQM3Bfo32cQMMOY
AUTH0_DOMAIN=pegasusio.eu.auth0.com
AUTH0_CLIENT_SECRET=YOUR_CLIENT_SECRET
# the domain name depends on where you deployed and made available your app
export AUHT0_CALLBACK=http://2886795318-8000-jago01.environments.katacoda.com/callback
export AUHT0_CALLBACK=http://locahost:8000/callback

echo ''
echo " -- finally, and **very important** : "
echo " --   you must configure the Auth0 _Application_ you created, to allow one callback url, of value "
echo " --   the exact value of [${AUHT0_CALLBACK}]"
echo ''
npm i && npm run dev