From f6dc7b206867f209db2274ca9af3784ac744ab3e Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 19 Oct 2022 13:23:42 +1300 Subject: [PATCH] Add OAuth to blacklist --- src/Appwrite/GraphQL/Types/Mapper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/GraphQL/Types/Mapper.php b/src/Appwrite/GraphQL/Types/Mapper.php index 6e605be7ad..584c8a7526 100644 --- a/src/Appwrite/GraphQL/Types/Mapper.php +++ b/src/Appwrite/GraphQL/Types/Mapper.php @@ -19,6 +19,7 @@ class Mapper private static array $blacklist = [ 'v1/mock', 'v1/graphql', + 'v1/account/sessions/oauth2', ]; public static function init(array $models): void