Update OAuth2-Front-Approach.md

This commit is contained in:
Ste Vaidis 2024-12-17 08:10:48 +02:00
parent 316251a464
commit 3da71c4acb

View File

@ -2,7 +2,7 @@
A way for the `user` to tell `google` to give an access token to `xorismesiti.gr` app
<br><br>
<br>
### 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 |
<br><br>
<br>
### OAuth2 Frontend/Backend Flow Details: