Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exchange-ews-auth

Lightweight authentication against a Microsoft Exchange server.

Installation

$ npm install --save exchange-ews-auth

Getting Started

var exchanger = require('exchange-ews-auth')
	, server: 'mail.example.com'
    , user: 'alan@example.com'
    , password: 'password123';

exchanger.authenticate(server,user,password,function(success,err){
    if(success){
        // woohoo!
    } else {
        // failed
    }
});

About

Tiny authentication provider for checking login credentials against exchange servers

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages