From e8583822cc08204a8d1e2cdaaa74c41386d985b8 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 4 Oct 2019 20:39:16 +0530 Subject: [PATCH] feat: added reference docs for Google --- src/Auth/OAuth/Google.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Auth/OAuth/Google.php b/src/Auth/OAuth/Google.php index c07758d6b5..42f4357bd7 100644 --- a/src/Auth/OAuth/Google.php +++ b/src/Auth/OAuth/Google.php @@ -4,6 +4,10 @@ namespace Auth\OAuth; use Auth\OAuth; +// Reference Material +// https://developers.google.com/oauthplayground/ +// https://developers.google.com/identity/protocols/OAuth2 +// https://developers.google.com/identity/protocols/OAuth2WebServer class Google extends OAuth { /**