From 6d404ada74482e1f07ce4a4e28f160fba4190c08 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 23 Jan 2025 05:36:12 +0000 Subject: [PATCH] chore: update scopes --- src/Appwrite/Auth/OAuth2/Slack.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Slack.php b/src/Appwrite/Auth/OAuth2/Slack.php index 056648d34b..aff89bbd32 100644 --- a/src/Appwrite/Auth/OAuth2/Slack.php +++ b/src/Appwrite/Auth/OAuth2/Slack.php @@ -20,7 +20,9 @@ class Slack extends OAuth2 * @var array */ protected array $scopes = [ - 'users:read', + 'openid', + 'email', + 'profile' ]; /**