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)