diff --git a/OAuth2-Front-Approach.md b/OAuth2-Front-Approach.md index 33e9be9..c86f0b4 100644 --- a/OAuth2-Front-Approach.md +++ b/OAuth2-Front-Approach.md @@ -2,7 +2,7 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr` app -


+

### 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 | Frontend ⇢ Backend ⇢ Google ⇢ Backend ⇢ Frontend | | 4 | Use Token | Frontend ⇢ Google ⇢ Frontend | -


+

### OAuth2 Frontend/Backend Flow: @@ -25,7 +25,7 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr 7. Frontend **Store** `access_token` and `refresh token` to secure cookie 8. Frontend **Use** `access_token` to get user data from Google -


+