diff --git a/README.md b/README.md index 3b62ac6..c31db02 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) + #### Checks if the user granted all the specified scope or scopes ```jsx