Update OAuth2-Front-Approach.md

This commit is contained in:
Ste Vaidis 2024-12-16 11:13:00 +02:00
parent e891f56ea5
commit 3256096170

View File

@ -8,9 +8,9 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr
| When | Why | How |
|-------|--------------------------|:------------------------------------------------:|
| 1 | Get Code | Frontend ⇢ Google ⇢ Frontend |
| 2 | Exchange Code with Token | Frontend ⇢ Backend ⇢ Google ⇢ Backend ⇢ Frontend |
| 4 | Use Token | Frontend ⇢ Google ⇢ Frontend |
| 1 | Get Code | Front ⇢ Google ⇢ Front |
| 2 | Exchange Code with Token | Front ⇢ Back ⇢ Google ⇢ Back ⇢ Front |
| 4 | Use Token | Front ⇢ Google ⇢ Front |
<br><br>