Skip to content

Commit 3821106

Browse files
authored
Update options.rst (#470)
docs: update JWT_REFRESH_TOKEN_EXPIRES
1 parent f01407d commit 3821106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ General Options:
4444

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

0 commit comments

Comments
 (0)