We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20c06dd + 0f55dc8 commit 9172b13Copy full SHA for 9172b13
docs/en/authenticators.rst
@@ -62,7 +62,7 @@ Token
62
63
The token authenticator can authenticate a request based on a token that
64
comes along with the request in the headers or in the request
65
-parameters.
+parameters. This requires a token column in the Users table, so comparison can be made between the received token and stored token.
66
67
Configuration options:
68
0 commit comments