This package has been deprecated

Author message:

this module is unsupported and should not be used

node-oauth2-vso

0.0.6 • Public • Published

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

Package Sidebar

Install

npm i node-oauth2-vso

Weekly Downloads

4

Version

0.0.6

License

MIT

Last publish

Collaborators

  • klousiaj