In this section we will explore PKCE.
npm install
npm test
Expects the following environment variables to execute properly
export NODE_ENV=production
export CLIENT_SECRET=''
export CLIENT_ID=""
export TENANT_ID=""
export PORT=3000
export REDIRECT_URI=https://...../callback
npm start