From a91070960651da2a890377fb3da24c3c2bc3a20e Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Mon, 6 Nov 2023 18:36:23 +0100 Subject: [PATCH] Correctly document keys available in context (#1792) Fixes #1780 --- docs/context.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/context.rst b/docs/context.rst index de34467..3ffae2c 100644 --- a/docs/context.rst +++ b/docs/context.rst @@ -86,13 +86,11 @@ for more information on its contents. context.context --------------- -A dict containing the following information: +A dict containing the information from the security middleware: .. code-block:: python { - "api_base_path": ... # The base path of the matched API - "operation_id": ... # The operation id of matched operation "user": ... # User information from authentication "token_info": ... # Token information from authentication }