Skip to content

Q42/meteor-microsoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft meteor package

An implementation of the Microsoft OAuth flow

Build Status

Getting started

Add the package to meteor

meteor add q42:microsoft

Basic usage

The usage is pretty much the same as all other OAuth flow implementations for meteor. It's inspired by the official Google meteor package. Basically you can use:

var callback = Accounts.oauth.credentialRequestCompleteHandler(callback);
Microsoft.requestCredential(options, callback);

For examples and more information on what options you can use, check out: q42:accounts-microsoft.

References

Accounts package

Microsoft REST documentation

About

An implementation of the Microsoft OAuth flow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages