Login service for Meteor JS using Asana accounts (www.asana.com)
Meteor add eyalronel:accounts-asana
- Add
{{> loginButtons}}
to your html and click on the "Configure" button - Follow the on screen instruction
- Using accounts-ui, a "Login with Asana" button will automatically appear
- Or, call
Meteor.loginWithAsana();
directly from your code.