New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

desk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

desk

Desk.com Multipass SSO

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Desk.com Multipass SSO module

Production ready node module for desk.com's multipass SSO.

Install

npm install desk

Usage

var nodeDesk = require('desk');
var moment = require('moment');

var desk = nodeDesk.createDesk('mycompany', 'u7413hd31a...');

desk.uid('12345')
  .expires(moment().add('m', 5).toDate())
  .customer_email('test@test.com')
  .customer_name('test')
  .end(function(err, multipass, signature) {
    console.log('https://mycompany.desk.com/customer/authentication/multipass/callback?multipass='
      + multipass + '&signature=' + signature);
  });

FAQs

Package last updated on 19 Sep 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts