From fabf6d2a9fc42f4750353162a3c1aecf6e7ed4e7 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 7 Mar 2024 12:48:50 -0700 Subject: [PATCH] docs: fix authn-jwt table (#4765) Fixes a table issue introduced in https://github.com/apollographql/router/pull/4711 --------- Co-authored-by: Edward Huang --- docs/source/configuration/authn-jwt.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/configuration/authn-jwt.mdx b/docs/source/configuration/authn-jwt.mdx index d74af790f4..a2d43144d2 100644 --- a/docs/source/configuration/authn-jwt.mdx +++ b/docs/source/configuration/authn-jwt.mdx @@ -144,9 +144,12 @@ The default value is `Bearer`. + + + ##### `sources` - + 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.