Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ General Options:

.. py:data:: JWT_REFRESH_TOKEN_EXPIRES

How long an access token should be valid before it expires. This can be a
How long a refresh token should be valid before it expires. This can be a
`datetime.timedelta <https://docs.python.org/3/library/datetime.html#timedelta-objects>`_,
`dateutil.relativedelta <https://dateutil.readthedocs.io/en/stable/relativedelta.html>`_,
or a number of seconds (``Integer``).
Expand Down