From 986e76dc8729a53d09cd83531d474f9b5fe88f35 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 4 Aug 2022 16:05:40 +0200 Subject: [PATCH] fix(oauth2): remove discord oauth integration --- backend/oauth_connect.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/backend/oauth_connect.json b/backend/oauth_connect.json index 715f67ece2..427426b473 100644 --- a/backend/oauth_connect.json +++ b/backend/oauth_connect.json @@ -82,15 +82,5 @@ "access_type": "offline", "consent": "prompt" } - }, - "discord": { - "auth_url": "https://discordapp.com/api/oauth2/authorize", - "token_url": "https://discordapp.com/api/oauth2/token", - "scopes": [ - "bot" - ], - "extra_params": { - "permissions": "68608" - } } }