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});