Skip to main content
note

This content is from the README file of https://github.com/crossid/sample-nodejs.

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