-
Notifications
You must be signed in to change notification settings - Fork 3
API
Anton Lamtev edited this page May 4, 2020
·
3 revisions
- Redirects to Github
- Response:
- 200 OK
-
{ "accessToken": "token" }
- Http-Only Cookie
refresh_token={token}
- Requires Cookie
refresh_token={token}
- Response:
- 200 OK
-
{ "accessToken": "newToken" }
- Http-Only Cookie
refresh_token={newToken}
- MUST include
Authorization: Bearer {token}
header