We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec701d commit 653b84eCopy full SHA for 653b84e
docs/settings.rst
@@ -101,8 +101,11 @@ REFRESH_TOKEN_EXPIRE_SECONDS
101
The number of seconds before a refresh token gets removed from the database by
102
the ``cleartokens`` management command. Check :ref:`cleartokens` management command for further info.
103
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
+
108
REQUEST_APPROVAL_PROMPT
109
~~~~~~~~~~~~~~~~~~~~~~~
110
Can be ``'force'`` or ``'auto'``.
111
The strategy used to display the authorization form. Refer to :ref:`skip-auth-form`.
-
0 commit comments