Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 775 Bytes

File metadata and controls

41 lines (28 loc) · 775 Bytes

EX-5 - Sessions

In this section we will explore session management, getting tokens silently (from cache). We are still using the "inbox" app.

Outline


Install

npm install

Test

npm test

Config

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

Run

npm start