A click-through demostration of the oauth2 'authorization code' flow of the oauth2 rfc. Implemented in Node.js with oath2-server.
Useful if you were curious about what exactly gets passed around during the handshake.
A Node.js app,
-
install node
-
installing node should also install
npm
. -
from within this directory...
-
install dependencies
npm install
-
run server
npm start
-
then goto http://localhost:3000/ and follow the links