Update OAuth2.md
This commit is contained in:
parent
995c1c054d
commit
e6eac2fc60
@ -25,7 +25,7 @@ A way for the `user` to tell `google` to give an access to `myapp` app
|
||||
#### ⭐️ 2. Exchange Code with Token
|
||||
|
||||
1. Backend **POST** the `authorization code` to Google
|
||||
2. Google **Response** to Backend with an `access_token` and a `refresh token`
|
||||
2. Google **Response** to Backend with an `access_token`
|
||||
3. Backend **Redirect** to Frontend with the `access_token` in a `cookie`
|
||||
|
||||
#### ⭐️ 3. Use Token
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user