From 199f08e789bc0c0a8708944e345a747382dcdd9a Mon Sep 17 00:00:00 2001 From: satyam-seth Date: Thu, 25 Apr 2024 23:32:08 +0530 Subject: [PATCH 1/2] add google oauth --- Google OAuth/index.html | 128 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 Google OAuth/index.html diff --git a/Google OAuth/index.html b/Google OAuth/index.html new file mode 100644 index 0000000..cd2c36c --- /dev/null +++ b/Google OAuth/index.html @@ -0,0 +1,128 @@ + + + + + + Document + + + + + + \ No newline at end of file From 104d773387920c9fb8ac61bfd330a9ad8e2c6a69 Mon Sep 17 00:00:00 2001 From: satyam-seth Date: Fri, 26 Apr 2024 00:09:49 +0530 Subject: [PATCH 2/2] add readme file --- Google OAuth/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Google OAuth/README.md diff --git a/Google OAuth/README.md b/Google OAuth/README.md new file mode 100644 index 0000000..798b13a --- /dev/null +++ b/Google OAuth/README.md @@ -0,0 +1 @@ +[Doc Link](https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow) \ No newline at end of file