oauth2-ccg

0.0.1 • Public • Published

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:

  • config is a configuration object (see config-example.js),
  • callback is a function(err, data) with JSON data which is a response from the OAuth 2.0 server.

Dependencies

License

The MIT License

Copyright (c) 2013 Ruslan Bredikhin

Readme

Keywords

none

Package Sidebar

Install

npm i oauth2-ccg

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bredikhin