Update OAuth2-Front-Approach.md

This commit is contained in:
Ste Vaidis 2024-12-15 19:01:07 +02:00
parent 46ed7541d6
commit af02b2dbab

View File

@ -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 2. Store them in the localStorage of the browser
3. Make authenticated requests directly to Google API 3. Make authenticated requests directly to Google API
<br>
<details> <details>
<summary><h3>HTTP GET Request from Frontend to Backend</h3></summary> <summary><h3>HTTP GET Request from Frontend to Backend</h3></summary>