update docs

This commit is contained in:
wobsoriano
2022-11-24 13:08:28 -08:00
parent e522a59a4c
commit e11edc59eb

View File

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