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
- Host: GitHub
- URL: https://github.com/btd/node-oauth2
- Owner: btd
- License: mit
- Created: 2013-09-09T16:25:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T16:44:58.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T03:01:20.340Z (about 2 years ago)
- Language: CSS
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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