Skip to content

Commit

Permalink
added docs for rotate_refresh_token setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Girbons committed Dec 1, 2016
1 parent eec701d commit 653b84e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/settings.rst
Expand Up @@ -101,8 +101,11 @@ REFRESH_TOKEN_EXPIRE_SECONDS
The number of seconds before a refresh token gets removed from the database by
the ``cleartokens`` management command. Check :ref:`cleartokens` management command for further info.

ROTATE_REFRESH_TOKEN
~~~~~~~~~~~~~~~~~~~~
When is set to `True` (default) a new refresh token is issued to the client when the client refresh an access token.

REQUEST_APPROVAL_PROMPT
~~~~~~~~~~~~~~~~~~~~~~~
Can be ``'force'`` or ``'auto'``.
The strategy used to display the authorization form. Refer to :ref:`skip-auth-form`.

0 comments on commit 653b84e

Please sign in to comment.