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). ::