From af02b2dbab7ce78078385d054da2086ff2b3f581 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 19:01:07 +0200 Subject: [PATCH] Update OAuth2-Front-Approach.md --- OAuth2-Front-Approach.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OAuth2-Front-Approach.md b/OAuth2-Front-Approach.md index 3e474b4..04b5671 100644 --- a/OAuth2-Front-Approach.md +++ b/OAuth2-Front-Approach.md @@ -317,6 +317,8 @@ The frontend gets the tokens from the backend response, and saves them somewhere 2. Store them in the localStorage of the browser 3. Make authenticated requests directly to Google API +
+

HTTP GET Request from Frontend to Backend