diff --git a/OAuth2.md b/OAuth2.md
index b518fb1..bd04bcd 100644
--- a/OAuth2.md
+++ b/OAuth2.md
@@ -4,8 +4,6 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr
-
-
### OAuth2 Standar Flow:
1. **User** clicks button "Login with Google" on your platform `xorismesiti.gr`
@@ -16,6 +14,8 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr
6. **Access Protected Resources**: App uses the `access_token` to fetch the user's Google profile and email from `googleapis.com/oauth2`
7. **Token Refresh** (Optional): If the `access_token` expires, app uses the `refresh token` to get a new `access_token`.
+
+
### OAuth2 Frontend/`Backend Flow:
**Frontend**