oauth2-ccg
v0.0.1
Published
OAuth2 Client Credentials Grant
Readme
OAuth 2.0 Client Credentials Grant
This module implements getting an auth token from an OAuth 2.0 server following Client Credentials Grant flow.
Installation
$ npm install oauth2-ccg
Usage
require('oauth2-ccg')(config, callback), where:
configis a configuration object (seeconfig-example.js),callbackis afunction(err, data)with JSONdatawhich is a response from the OAuth 2.0 server.
Dependencies
License
Copyright (c) 2013 Ruslan Bredikhin
