Skip to content

Commit

Permalink
Correctly document keys available in context (#1792)
Browse files Browse the repository at this point in the history
Fixes #1780
  • Loading branch information
RobbeSneyders committed Nov 6, 2023
1 parent 26d1b84 commit a910709
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a910709

Please sign in to comment.