Update OAuth2-Backend-Approach.md
This commit is contained in:
parent
c3c628221b
commit
264f67c938
@ -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>
|
||||||
Loading…
x
Reference in New Issue
Block a user