feat(oauth): add ability to limit user IDs for Discord authentication (#621)

This commit is contained in:
COMPLEX
2024-09-30 02:53:58 -04:00
committed by GitHub
parent 511ae933fa
commit 5883dff4cf
4 changed files with 22 additions and 208 deletions

View File

@@ -254,6 +254,10 @@ const configVariables: ConfigVariables = {
type: "string",
defaultValue: "",
},
"discord-limitedUsers": {
type: "string",
defaultValue: "",
},
"discord-clientId": {
type: "string",
defaultValue: "",