From e11edc59eb8c3ef63b1821fe1c4e1ab4aa6b8ac0 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Thu, 24 Nov 2022 13:08:28 -0800 Subject: [PATCH] update docs --- docs/content/1.get-started/3.tips/3.authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.get-started/3.tips/3.authorization.md b/docs/content/1.get-started/3.tips/3.authorization.md index 5056640..2e58250 100644 --- a/docs/content/1.get-started/3.tips/3.authorization.md +++ b/docs/content/1.get-started/3.tips/3.authorization.md @@ -6,7 +6,7 @@ title: Authorization The `createContext` function is called for each incoming request so here you can add contextual information about the calling user from the request object. -::alert{type="info"} +::alert{type="warning"} Before you can access request headers in any context or middleware, you need to set the outgoing request headers. See [here](/get-started/tips/headers). ::