From 264f67c9381d3f17eb83117ae77a8516b5bb088e Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 17:35:36 +0200 Subject: [PATCH] Update OAuth2-Backend-Approach.md --- OAuth2.md => OAuth2-Backend-Approach.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename OAuth2.md => OAuth2-Backend-Approach.md (99%) diff --git a/OAuth2.md b/OAuth2-Backend-Approach.md similarity index 99% rename from OAuth2.md rename to OAuth2-Backend-Approach.md index 0c1a3c5..d46ade3 100644 --- a/OAuth2.md +++ b/OAuth2-Backend-Approach.md @@ -291,9 +291,7 @@ app.listen(3000, () => { 1. The frontend receives the tokens from the Backend response, 2. Store them in the localStorage of the browser -3. Make authenticated requests - a. Directly to Google APIs - b. To backend +3. Make authenticated requests directly to Google API

Frontend HTTP GET Request to Backend