From 3da71c4acbb6007c33de49b6b5b8682ca9d33f81 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 17 Dec 2024 08:10:48 +0200 Subject: [PATCH] Update OAuth2-Front-Approach.md --- OAuth2-Front-Approach.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OAuth2-Front-Approach.md b/OAuth2-Front-Approach.md index fc8d213..7813ccc 100644 --- a/OAuth2-Front-Approach.md +++ b/OAuth2-Front-Approach.md @@ -2,7 +2,7 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr` app -

+
### OAuth2 Frontend/Backend Flow: @@ -12,7 +12,7 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr | 2 | Exchange Code with Token | Front ⇢ Back ⇢ Google ⇢ Back ⇢ Front | | 4 | Use Token | Front ⇢ Google ⇢ Front | -

+
### OAuth2 Frontend/Backend Flow Details: