Update OAuth2.md
This commit is contained in:
parent
cde66cc2f7
commit
f800311ed9
@ -4,8 +4,6 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr
|
|||||||
|
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### OAuth2 Standar Flow:
|
### OAuth2 Standar Flow:
|
||||||
|
|
||||||
1. **User** clicks button "Login with Google" on your platform `xorismesiti.gr`
|
1. **User** clicks button "Login with Google" on your platform `xorismesiti.gr`
|
||||||
@ -16,6 +14,8 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr
|
|||||||
6. **Access Protected Resources**: App uses the `access_token` to fetch the user's Google profile and email from `googleapis.com/oauth2`
|
6. **Access Protected Resources**: App uses the `access_token` to fetch the user's Google profile and email from `googleapis.com/oauth2`
|
||||||
7. **Token Refresh** (Optional): If the `access_token` expires, app uses the `refresh token` to get a new `access_token`.
|
7. **Token Refresh** (Optional): If the `access_token` expires, app uses the `refresh token` to get a new `access_token`.
|
||||||
|
|
||||||
|
<br><br><br>
|
||||||
|
|
||||||
### OAuth2 Frontend/`Backend Flow:
|
### OAuth2 Frontend/`Backend Flow:
|
||||||
|
|
||||||
**Frontend**
|
**Frontend**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user