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