0.0.6 • Published 8 years ago

node-oauth2-vso v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

node-oauth2-vso NPM version Build Status Dependency Status

Visual Studio Online specific implementation of node-oauth module for oauth2. This was created to be used with a VSO passport module. Because of a number of unique requirements to interact with Visual Studio Online's TFS REST API, a variety of VSO specific changes have been introduced to this module.

Install

$ npm install --save node-oauth2-vso

Usage

var vsoOAuth2 = require('node-oauth2-vso');

var vsoOAuth2 = new VsoOAuth2(config.vso.clientId,
        config.vso.clientSecret,
        '',
        'https://app.vssps.visualstudio.com/oauth2/authorize',
        'https://app.vssps.visualstudio.com/oauth2/token',
        config.vso.customHeaders);
     

License

MIT © J.P. Klousia

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago