Skip to content

Commit

Permalink
fixed formatting for OIDC_TIMEOUT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardRosert authored and akatsoulas committed Nov 24, 2023
1 parent cca6d8b commit c8bee0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ of ``mozilla-django-oidc``.
:default: ``None``

Defines a timeout for all requests to the OpenID Connect provider (fetch JWS,
retrieve JWT tokens, Userinfo Endpoint). The default is set to `None` which means
the library will wait indefinitely. The time can be defined as seconds (integer).
More information about possible configuration values, see Python `requests`:
https://requests.readthedocs.io/en/master/user/quickstart/#timeouts
Defines a timeout for all requests to the OpenID Connect provider (fetch JWS,
retrieve JWT tokens, Userinfo Endpoint). The default is set to `None` which means
the library will wait indefinitely. The time can be defined as seconds (integer).
More information about possible configuration values, see Python `requests`:
https://requests.readthedocs.io/en/master/user/quickstart/#timeouts

.. py:attribute:: OIDC_PROXY
Expand Down

0 comments on commit c8bee0c

Please sign in to comment.