From 46e34ae28dee01825e969264c6d482cde5862470 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 13:23:48 +0200 Subject: [PATCH] Update OAuth2.md --- OAuth2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OAuth2.md b/OAuth2.md index 1c7fcb8..7c6b12c 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -62,7 +62,7 @@ GET https://accounts.google.com/o/oauth2/v2/auth?
-

Frontend HTTP Response from Google

+

Google HTTP Response to Frontend

```bash HTTP/1.1 302 Found @@ -120,7 +120,7 @@ Content-Type: application/json
-

Frontend HTTP Response from Backend

+

Backend HTTP Response to Frontend

```json { @@ -216,7 +216,7 @@ client_secret=YOUR_GOOGLE_CLIENT_SECRET
-

HTTP Response from Google

+

Google HTTP Response Backend and Backend response to Frontend

```json {