NGTmeaty / meteor-accounts-discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 94.1%Language:HTML 5.9%