jorgenvatle:accounts-discord

v0.2.0Published 4 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

accounts-discord

Installation

meteor add lichthagel: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});