From e31241c9517350d32c3fc5b4068ad4194372955c Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 18:52:11 +0200 Subject: [PATCH] Update OAuth2-Front-Approach.md --- OAuth2-Front-Approach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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