From 23c95ea5db6e9b43dce828b8322efa52f34ad4db Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Mon, 16 Dec 2024 00:08:14 +0200 Subject: [PATCH] Update OAuth2-Front-Approach.md --- OAuth2-Front-Approach.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OAuth2-Front-Approach.md b/OAuth2-Front-Approach.md index fa36177..79061f7 100644 --- a/OAuth2-Front-Approach.md +++ b/OAuth2-Front-Approach.md @@ -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 +
+

HTTP GET Request from Frontend to Google (with expires token)