Skip to content

Commit

Permalink
docs: fix response body for local provider (#649)
Browse files Browse the repository at this point in the history
Co-authored-by: Zoey <zoeykaiser8@gmail.com>
  • Loading branch information
Syafiqjos and zoey-kaiser authored Feb 23, 2024
1 parent b49aa78 commit e36fbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/3.quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The backend must accept a request with a body like:
and return a token that can be used to authenticate future requests in the response body, e.g., like:
```ts
{
tokens: {
token: {
accessToken: 'eyBlaBlub'
}
}
Expand Down Expand Up @@ -142,7 +142,7 @@ The backend must accept a request with a body like:
and return a token that can be used to authenticate future requests in the response body, e.g., like:
```ts
{
tokens: {
token: {
accessToken: 'eyBlaBlub'
refreshToken: 'eyBlaubwww'
}
Expand Down

0 comments on commit e36fbf6

Please sign in to comment.