Skip to content

typingduck/oauth-deep-dive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAUTH2 Deep Dive with oauth2-server

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.

Example View

example

Running

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

About

Authorization flow with node-oauth-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published