This commit is contained in:
Andrew Williamson 2022-03-03 13:54:22 +00:00 коммит произвёл GitHub
Родитель 22ed4545e0
Коммит 31196d43ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ your API keys, read the :ref:`documentation for external authentication
<api-auth>` instead.
When using this authentication mechanism, the server creates a session and stores the
session id in the ``sessionid` cookie when the user logs in.
session id in the ``sessionid`` cookie when the user logs in.
The client must then include that session id in an ``Authorization`` header on requests
that need authentication.
The clients never generate tokens or sessions themselves.