Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 657 Bytes

File metadata and controls

40 lines (27 loc) · 657 Bytes

EX-9 - Authorization Code Flow with Proof Key for Code Exchange (PKCE)

In this section we will explore PKCE.

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