Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 441 Bytes

sample-nodejs

A nodejs example, with crossid authentication

Deploy to DO

running locally

npm install
SECRET=anyRandomSecret \
BASE_URL=https://localhost \
ISSUER_BASE_URL=https://<tenant>.crossid.io/oauth2 \
CLIENT_ID=<client_id> \
CLIENT_SECRET=<client_secret> \
npm start