Update OAuth2-Backend-Approach.md

This commit is contained in:
Ste Vaidis 2024-12-15 17:35:36 +02:00
parent c3c628221b
commit 264f67c938

View File

@ -291,9 +291,7 @@ app.listen(3000, () => {
1. The frontend receives the tokens from the Backend response, 1. The frontend receives the tokens from the Backend response,
2. Store them in the localStorage of the browser 2. Store them in the localStorage of the browser
3. Make authenticated requests 3. Make authenticated requests directly to Google API
a. Directly to Google APIs
b. To backend
<details> <details>
<summary><h3>Frontend HTTP GET Request to Backend</h3></summary> <summary><h3>Frontend HTTP GET Request to Backend</h3></summary>