- Auth0 Github Deployment Ext.
- Auth0 Slack Webhook
- Github Workflows/Pages
AUTH0_CLIENT_ID=XXX
AUTH0_DOMAIN=XXX.us.auth0.com
AUTH0_CLIENT_SECRET=YOUR_CLIENT_SECRET
npm install
npm start
- The app will be served at
localhost:3000
.
npm install passport passport-auth0 express-session dotenv --save
Execute in command line sh exec.sh
to run the Docker in Linux, or .\exec.ps1
to run the Docker in Windows.
- The secret parameter is a
secret
string that is used to sign the session ID cookie. Please use a custom value.