a5297f8c6e
* Optionally restrict discord authentication to members of a specific server * fix: discord auth module code linting Co-authored-by: Lucas Neves <lneves@modusgames.com> Co-authored-by: Nicolas Giard <github@ngpixel.com>
26 lines
735 B
YAML
26 lines
735 B
YAML
key: discord
|
|
title: Discord
|
|
description: Discord is a proprietary freeware VoIP application designed for gaming communities, that specializes in text, video and audio communication between users in a chat channel.
|
|
author: requarks.io
|
|
logo: https://static.requarks.io/logo/discord.svg
|
|
color: indigo lighten-2
|
|
website: https://discordapp.com/
|
|
isAvailable: true
|
|
useForm: false
|
|
props:
|
|
clientId:
|
|
type: String
|
|
title: Client ID
|
|
hint: Application Client ID
|
|
order: 1
|
|
clientSecret:
|
|
type: String
|
|
title: Client Secret
|
|
hint: Application Client Secret
|
|
order: 2
|
|
guildId:
|
|
type: String
|
|
title: Server ID
|
|
hint: Optional - Your unique server identifier, such that only members are authorized
|
|
order: 3
|