From 0f55dc8348ea793d8f0a9a2c49ee846b8d5a3795 Mon Sep 17 00:00:00 2001 From: yosus <5551430+yosus@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:40:18 +0800 Subject: [PATCH] Update authenticators.rst Added token column --- docs/en/authenticators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/authenticators.rst b/docs/en/authenticators.rst index 094e12ab..14cf234d 100644 --- a/docs/en/authenticators.rst +++ b/docs/en/authenticators.rst @@ -62,7 +62,7 @@ Token The token authenticator can authenticate a request based on a token that comes along with the request in the headers or in the request -parameters. +parameters. This requires a token column in the Users table, so comparison can be made between the received token and stored token. Configuration options: