We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d1b84 commit a910709Copy full SHA for a910709
docs/context.rst
@@ -86,13 +86,11 @@ for more information on its contents.
86
context.context
87
---------------
88
89
-A dict containing the following information:
+A dict containing the information from the security middleware:
90
91
.. code-block:: python
92
93
{
94
- "api_base_path": ... # The base path of the matched API
95
- "operation_id": ... # The operation id of matched operation
96
"user": ... # User information from authentication
97
"token_info": ... # Token information from authentication
98
}
0 commit comments