An open API service indexing awesome lists of open source software.

https://github.com/btd/node-oauth2

Just a small working example of express.js server that implements oauth2 Authorization Code Grant
https://github.com/btd/node-oauth2

Last synced: over 1 year ago
JSON representation

Just a small working example of express.js server that implements oauth2 Authorization Code Grant

Awesome Lists containing this project

README

          

node-oauth2
===========

Just a small working example of express.js server that implements oauth2 Authorization Code Grant.

It is how facebook/linkedin/google/github "3-legged" oauth2 is working.

Spec: http://tools.ietf.org/html/rfc6749#section-4.1