/express-oauth2-example

learning purpose repository

Primary LanguageJavaScript

express-oauth2-example

learning purpose repository


try it out

start the oauth2 server (listens on :3000)

cd ./server
npm install
npm start

start the oauth2 client (listens on :8080)

cd ./client
npm install
npm start

point your browser to http://localhost:8080

user: random email password: abc