rackspace-ews-auth

0.0.5 • Public • Published

rackspace-ews-auth

Lightweight authentication against a Rackspace hosted Microsoft Exchange account.

Installation

$ npm install --save rackspace-ews-auth

Getting Started

var rackspace = require('rackspace-ews-auth')
    , user: 'alan@example.com'
    , password: 'password123';
 
rackspace.authenticate(user,password,function(success,err){
    if(success){
        // woohoo!
    } else {
        // failed
    }
});

Readme

Keywords

none

Package Sidebar

Install

npm i rackspace-ews-auth

Weekly Downloads

0

Version

0.0.5

License

BSD-2-Clause

Last publish

Collaborators

  • alanpich