Update OAuth2.md

This commit is contained in:
Ste Vaidis 2025-03-18 10:01:25 +02:00
parent e6eac2fc60
commit 7ea9112610

View File

@ -19,7 +19,7 @@ A way for the `user` to tell `google` to give an access to `myapp` app
#### ⭐️ 1. Get Authorization Code #### ⭐️ 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. Google **Redirect** to Backend's `callback url` with the `authorization code`
#### ⭐️ 2. Exchange Code with Token #### ⭐️ 2. Exchange Code with Token