Skip to content

alanpich/node-rackspace-ews-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tiny authentication provider for checking login credentials against Rackspace hosted exchange accounts

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors