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