diff --git a/OAuth2-Backend-Approach.md b/OAuth2-Backend-Approach.md index 0764754..307dd25 100644 --- a/OAuth2-Backend-Approach.md +++ b/OAuth2-Backend-Approach.md @@ -41,7 +41,7 @@ A way for the `user` to tell `google` to give an access to `xorismesiti.gr` app # 1. Get Code -1. Front **GET** to Google `https://accounts.google.com/o/oauth2` with callback url +1. Frontend **GET** to Google `https://accounts.google.com/o/oauth2` with callback url 2. Google **302** to Back `https://xorismesiti.gr/api/auth/callback` with authorization code ### 1. Front **GET** to Google