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).
- Add the package:
meteor add copypants:accounts-dropbox
- Read the 'Meteor.loginWith' section of Meteor auth documentation and make sure you set up your config and secret correctly.
- Call
Meteor.loginWithDropbox();
The redirect URI must be set to '${yoursiteurl}/_oauth/dropbox?close=true' Note the close=true url parameter.
- accounts-base
- accounts-oauth
- dropbox-oauth
Developed by @gcampax and @mathieudutour.
MIT