chore(markdown): Updates for recent backend changes
This commit is contained in:
parent
34de608351
commit
0cb020dcba
5 changed files with 14 additions and 14 deletions
|
@ -24,7 +24,7 @@ endpoint:
|
|||
The use of JSON Web Tokens ([jwt](https://jwt.io)) is typically used in a
|
||||
browser context where we want to establish a *session*.
|
||||
|
||||
To get a token, you must first authenticate at the [`/login`](/reference/backend/api/user/login) endpoint.
|
||||
To get a token, you must first authenticate at the [`/signin`](/reference/backend/api/user/signin) endpoint.
|
||||
You will receive a JSON Web Token (jwt) as part of the response.
|
||||
|
||||
In subsequent API calls, you must then include this token in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue