From fe9dbe760b9960e51310dc09aac36d2484699bf4 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 7 Jan 2025 15:09:43 +0200 Subject: [PATCH] Update OAuth2-Backend-Approach.md --- OAuth2-Backend-Approach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuth2-Backend-Approach.md b/OAuth2-Backend-Approach.md index 307dd25..c72d5f1 100644 --- a/OAuth2-Backend-Approach.md +++ b/OAuth2-Backend-Approach.md @@ -42,7 +42,7 @@ A way for the `user` to tell `google` to give an access to `xorismesiti.gr` app # 1. Get Code 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 +2. Google **302** to Backend `https://xorismesiti.gr/api/auth/callback` with authorization code ### 1. Front **GET** to Google