From 0cb8daf566cce5f793f30368d6a105b2f3034d56 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 15:30:05 +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 80875d8..11a68f8 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -305,7 +305,7 @@ Authorization: Bearer access-token-from-backend -#### Step 5 takes place here: The Backend request the user data from Google using the Tokens +#### ↴ Step 5 takes place here: The Backend request the user data from Google using the Tokens

Backedn HTTP Response to Frontend