Token authentication¶
A token is created every time you log in. If necessary, it can be created via a request:
For requests, the token, regardless of the generation method, can be sent in the following ways:
- In cookies:
- In the
Authorizationheader: - In the
X-Tokenheader:
Important
In cookies and in the Authorization header, the token is sent in JWT format. This format is used only during login and token creation. In all other cases, you must use the value value of the received token model in the X-Token header.