Update OAuth2-Backend-Approach.md

This commit is contained in:
Ste Vaidis 2025-01-07 12:36:10 +02:00
parent 1a3afe914d
commit 8252480eec

View File

@ -35,7 +35,6 @@ A way for the `user` to tell `google` to give an access to `xorismesiti.gr` app
2. Backend **GET** profile data from Google using the `access_token` from Frontend **cookie** 2. Backend **GET** profile data from Google using the `access_token` from Frontend **cookie**
3. Google **response** to Backend with profile data 3. Google **response** to Backend with profile data
4. Backend **response** to Frontend with profile data 4. Backend **response** to Frontend with profile data
5. Frontend render profile data
<br><br> <br><br>