From ba4d311b0bf480f4ec545b2f658e9378a83ff76a Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 12:05:34 +0200 Subject: [PATCH] Update OAuth2.md --- OAuth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuth2.md b/OAuth2.md index 494aafb..023ee66 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -14,7 +14,7 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr ### Summary of Tasks Split Across Frontend and Backend: -***Frontend** +**Frontend** 1. **Redirect** the user to Google's OAuth authorization endpoint. 2. **Get** the authorization `code` after Google redirects back to the frontend. 3. **Send** the authorization `code` to the backend for `token` exchange.