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