storyteller:accounts-discord

v1.0.1Published 2 years ago

accounts-discord

Installation

meteor add storyteller:accounts-discord

Documentation

This package works similar to other accounts packages. See the Meteor Guide for more details.

You may pass custom scopes with

1Accounts.ui.config({
2  requestPermissions: {
3    discord: ['scope-1', 'scope-2']
4  }
5});