Box.com OAuth2 login service for use with Meteor Accounts system
- accounts-base
- accounts-oauth
meteor add nitrolabs:accounts-box
- Read the 'Integrating with Login Services' section of Getting Started with Auth and make sure you set up your config and secret correctly.
- Call
Meteor.loginWithBox();
- You also have access to a
Box
API object, to control the lower layers of the client and server flows. Don't use it unless you know what you're doing!
The redirect URI must be set to '${yoursiteurl}/_oauth/box?' Note the final question mark.
Developed by @gcampax and @maxkferg.
Maintained by Nitrolabs
MIT