diff --git a/OAuth2-Front-Approach.md b/OAuth2-Front-Approach.md index 3d0bb5e..89c0b13 100644 --- a/OAuth2-Front-Approach.md +++ b/OAuth2-Front-Approach.md @@ -114,7 +114,7 @@ const loginWithGoogle = () => { #### 2.1 Frontend -Now that the frontend has the Authorization `code` on th callback url https://xorismesiti.gr/api/auth/callback`?code=AAAABCX4XfWgyVyziyLg0QHHHHH` it can send it to the backend with POST to `xorismesiti.gr/api/auth/exchange-token` +Now that the frontend has the Authorization `code` on the callback url, it can send it to the backend

HTTP POST Request from Frontend to Backend