Skip to content

Commit

Permalink
docs: fix authn-jwt table (#4765)
Browse files Browse the repository at this point in the history
Fixes a table issue introduced in
#4711

---------

Co-authored-by: Edward Huang <edward.huang@apollographql.com>
  • Loading branch information
Meschreiber and shorgi authored Mar 7, 2024
1 parent 031d3cf commit fabf6d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/configuration/authn-jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,12 @@ The default value is `Bearer`.
</td>
</tr>

<tr>
<td style="min-width: 150px;">

##### `sources`

<tr>
</td>
<td>

This is an array of possible token sources, as it could be provided in different headers depending on the client, or it could be stored in a cookie. If the default token source defined by the above `header_name` and `header_value_prefix` does not find the token, then each of the alternative sources is tried until one matches.
Expand Down

0 comments on commit fabf6d2

Please sign in to comment.