From d998ec07465ac73ae8e3d96ffec65672c3384e4e Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 7 Jan 2025 15:41:56 +0200 Subject: [PATCH] Update OAuth2-Backend-Approach.md --- OAuth2-Backend-Approach.md | 1 + 1 file changed, 1 insertion(+) diff --git a/OAuth2-Backend-Approach.md b/OAuth2-Backend-Approach.md index 177e5cf..23a7ad7 100644 --- a/OAuth2-Backend-Approach.md +++ b/OAuth2-Backend-Approach.md @@ -124,6 +124,7 @@ redirect_uri=https://xorismesiti.gr/callback
  • POST response the access & refresh tokens
  • Respond the Fronend initial request with a cookie
  • +

    ```js