In this section we will explore session management, getting tokens silently (from cache). We are still using the "inbox" app.
- Sessions & Token Cache Patterns
- Preparing the development environment
- Exploring the code
- Running the application
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