From 8252480eec9606e831463aace567e24afb8e0888 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 7 Jan 2025 12:36:10 +0200 Subject: [PATCH] Update OAuth2-Backend-Approach.md --- OAuth2-Backend-Approach.md | 1 - 1 file changed, 1 deletion(-) diff --git a/OAuth2-Backend-Approach.md b/OAuth2-Backend-Approach.md index 7c6e150..7f65793 100644 --- a/OAuth2-Backend-Approach.md +++ b/OAuth2-Backend-Approach.md @@ -35,7 +35,6 @@ A way for the `user` to tell `google` to give an access to `xorismesiti.gr` app 2. Backend **GET** profile data from Google using the `access_token` from Frontend **cookie** 3. Google **response** to Backend with profile data 4. Backend **response** to Frontend with profile data - 5. Frontend render profile data