From 9736c738f860123a9b72bef4203bcf702539dfda Mon Sep 17 00:00:00 2001 From: Jobin Date: Fri, 24 Nov 2023 01:28:49 -0500 Subject: [PATCH 1/2] docs(readme.md): add token exchange info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b62ac6..cbde070 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,10 @@ const login = useGoogleLogin({ login()}>Sign in with Google 🚀; ``` +### Exchange authorization code for tokens (backend) + +[Google Docs](https://developers.google.com/identity/protocols/oauth2/web-server#exchange-authorization-code){:target="_blank"} + #### Checks if the user granted all the specified scope or scopes ```jsx From 5d2b3b408ff777aaae1c19f1382e96901285b512 Mon Sep 17 00:00:00 2001 From: Jobin Date: Fri, 24 Nov 2023 02:23:08 -0500 Subject: [PATCH 2/2] docs(readme.md): add token exchange info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbde070..c31db02 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ const login = useGoogleLogin({ ### Exchange authorization code for tokens (backend) -[Google Docs](https://developers.google.com/identity/protocols/oauth2/web-server#exchange-authorization-code){:target="_blank"} +[Google Docs](https://developers.google.com/identity/protocols/oauth2/web-server#exchange-authorization-code) #### Checks if the user granted all the specified scope or scopes