/meteor-accounts-dropbox

Dropbox OAuth2 login service for use with Meteor

Primary LanguageJavaScriptMIT LicenseMIT

accounts-dropbox

Dropbox OAuth2 login service for use with Meteor Auth.

Exposes the Meteor.loginWithDropbox method on the client. Works seamlessly with the Meteor Accounts system. See the Meteor accounts documentation for information about Meteor Accounts (including the usage of Atmosphere packages like this one).

Usage

  1. Add the package: meteor add copypants:accounts-dropbox
  2. Read the 'Meteor.loginWith' section of Meteor auth documentation and make sure you set up your config and secret correctly.
  3. Call Meteor.loginWithDropbox();

The redirect URI must be set to '${yoursiteurl}/_oauth/dropbox?close=true' Note the close=true url parameter.

Package Dependencies

  • accounts-base
  • accounts-oauth
  • dropbox-oauth

Credits

Developed by @gcampax and @mathieudutour.

Licence

MIT