auth0/openidconnect-playground

Name: openidconnect-playground

Owner: Auth0

Description: null

Created: 2018-05-22 15:01:41.0

Updated: 2018-05-22 15:01:43.0

Pushed: 2018-05-22 15:56:45.0

Homepage: null

Size: 1416

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OpenID Connect Playground

Uses Express, React, and I'll be taking apart passport next.

Environment:

If running locally, create a .env file with these values:

SECRET=y0ur_secret
RECT_URI=http://localhost:5000/callback
NT_ID=(client_id from a client in your tenant)
NT_SECRET=(client_secret from a client in your tenant)
SECURE_SESSION=true
To build:
run build
To run:
 index.js

http://localhost:5000

Dev:

Terminal 1 (backend):

start

Terminal 2 (frontend):

run watch

http://localhost:5000


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.