Skip to content

Commit 653b84e

Browse files
committed
added docs for rotate_refresh_token setting
1 parent eec701d commit 653b84e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/settings.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,11 @@ REFRESH_TOKEN_EXPIRE_SECONDS
101101
The number of seconds before a refresh token gets removed from the database by
102102
the ``cleartokens`` management command. Check :ref:`cleartokens` management command for further info.
103103

104+
ROTATE_REFRESH_TOKEN
105+
~~~~~~~~~~~~~~~~~~~~
106+
When is set to `True` (default) a new refresh token is issued to the client when the client refresh an access token.
107+
104108
REQUEST_APPROVAL_PROMPT
105109
~~~~~~~~~~~~~~~~~~~~~~~
106110
Can be ``'force'`` or ``'auto'``.
107111
The strategy used to display the authorization form. Refer to :ref:`skip-auth-form`.
108-

0 commit comments

Comments
 (0)