From e58c8095cdf7af3e59849d9be7893253951f71a0 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 6 May 2022 00:32:49 +0400 Subject: [PATCH] feat: added check for GitHub OAuth --- src/Appwrite/Auth/OAuth2/Github.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Appwrite/Auth/OAuth2/Github.php b/src/Appwrite/Auth/OAuth2/Github.php index cff67b3326..dbed7ad818 100644 --- a/src/Appwrite/Auth/OAuth2/Github.php +++ b/src/Appwrite/Auth/OAuth2/Github.php @@ -138,6 +138,8 @@ class Github extends OAuth2 /** * Check if the OAuth email is verified * + * @link https://docs.github.com/en/rest/users/emails#list-email-addresses-for-the-authenticated-user + * * @param $accessToken * * @return bool