Update OAuth2-Front-Approach.md

This commit is contained in:
Ste Vaidis 2024-12-16 00:08:14 +02:00
parent 78e6288aae
commit 23c95ea5db

View File

@ -399,6 +399,8 @@ const fetchUserData = async (accessToken) => {
If the access token is expired, the frontend will receive a response error from Google when attempting to fetch user data If the access token is expired, the frontend will receive a response error from Google when attempting to fetch user data
<br>
<details> <details>
<summary><h4>HTTP GET Request from Frontend to Google (with expires token)</h4></summary> <summary><h4>HTTP GET Request from Frontend to Google (with expires token)</h4></summary>