From 7ea9112610a9e671de51b3d13cb277bb78704a2f Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 18 Mar 2025 10:01:25 +0200 Subject: [PATCH] Update OAuth2.md --- OAuth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuth2.md b/OAuth2.md index 69f5d18..7400a21 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -19,7 +19,7 @@ A way for the `user` to tell `google` to give an access to `myapp` app #### ⭐️ 1. Get Authorization Code -1. Frontend **Navigate** to Google URL with a `callback url` +1. Frontend **Navigate** user to Google URL with a `callback url` 2. Google **Redirect** to Backend's `callback url` with the `authorization code` #### ⭐️ 2. Exchange Code with Token