diff --git a/OAuth2.md b/OAuth2.md index a20dd13..69f5d18 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -25,7 +25,7 @@ A way for the `user` to tell `google` to give an access to `myapp` app #### ⭐️ 2. Exchange Code with Token 1. Backend **POST** the `authorization code` to Google -2. Google **Response** to Backend with an `access_token` and a `refresh token` +2. Google **Response** to Backend with an `access_token` 3. Backend **Redirect** to Frontend with the `access_token` in a `cookie` #### ⭐️ 3. Use Token