Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 372 Bytes

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

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