feat: option to restrict Discord auth to a specific server (#1548)

* 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>
This commit is contained in:
Lucas
2020-03-07 19:59:10 -03:00
committed by GitHub
parent a6dd93746e
commit a5297f8c6e
2 changed files with 10 additions and 1 deletions

View File

@@ -18,3 +18,8 @@ props:
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