meteor-accounts-slack
meteor-accounts-slack copied to clipboard
Add a config object to provide custom scope
Connecting to slack without the right scope, eg: channels:read or channels:history could be frustrating.
We should be able to Slack.configure(['channels:history','channels:read']) and login.