From debcb003bb06a0b66fc3322e14f91d45f60bfb81 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Mon, 3 Oct 2022 08:41:23 -0400 Subject: [PATCH] docs: clarify api key auth usage --- docs/authentication/config.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/authentication/config.mdx b/docs/authentication/config.mdx index aff7fa46a..27f575060 100644 --- a/docs/authentication/config.mdx +++ b/docs/authentication/config.mdx @@ -57,6 +57,8 @@ const response = await fetch("http://localhost:3000/api/pages", { }); ``` +Note: The label portion of the header is case-sensitive and will likely have a capitalized first character unless the label has been customized. + ### Forgot Password You can customize how the Forgot Password workflow operates with the following options on the `auth.forgotPassword` property: