Skip to content

Commit

Permalink
Update Blacklist settings docs (#308)
Browse files Browse the repository at this point in the history
* Update Blacklist settings docs
  • Loading branch information
saadmk11 authored Sep 25, 2020
1 parent 3ad30e6 commit 9691182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ tokens submitted to the refresh view will be added to the blacklist.
When set to ``True``, causes refresh tokens submitted to the
``TokenRefreshView`` to be added to the blacklist if the blacklist app is in
use and the ``ROTATE_REFRESH_TOKENS`` setting is set to ``True``.
You need to add ``'rest_framework_simplejwt.token_blacklist',`` to your
``INSTALLED_APPS`` in the settings file to use this settings.

Learn more about :doc:`/blacklist_app`.

``UPDATE_LAST_LOGIN``
----------------------------
Expand Down

0 comments on commit 9691182

Please sign in to comment.