The Regular Web App is a simple express application that implements Auth0 authentication.
This version of the regular web app is the starting place used in A0FUN-M06-L01 Create an Working with APIs.
ISSUER_BASE_URL=https://your-tenant.region.auth0.com \
CLIENT_ID=your-app-client-id \
CLIENT_SECRET=your-app-client-secret \
API_URL=http://localhost:5000 \
npm start