1
0
Fork 0

chore(markdown): Updates for recent backend changes

This commit is contained in:
joostdecock 2023-03-19 17:05:19 +01:00
parent 34de608351
commit 0cb020dcba
5 changed files with 14 additions and 14 deletions

View file

@ -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