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.