Skip to content

Commit c391854

Browse files
ravage84markstory
authored andcommitted
Explain how data is passed from TokenAuth to identifier (#338)
1 parent 3460d78 commit c391854

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/en/authenticators.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ An example of getting a token from a header, or query string would be::
7979
The above would read the ``token`` GET parameter or the ``Authorization`` header
8080
as long as the token was preceded by ``Token`` and a space.
8181

82+
The token will always be passed to the configured identifier as follows::
83+
84+
[
85+
'token' => '{token-value}',
86+
]
87+
8288
JWT
8389
===
8490

0 commit comments

Comments
 (0)