0.0.5 • Published 10 years ago

rackspace-ews-auth v0.0.5

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

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
    }
});
0.0.5

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago