Skip to content

Commit 9691182

Browse files
authored
Update Blacklist settings docs (jazzband#308)
* Update Blacklist settings docs
1 parent 3ad30e6 commit 9691182

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/settings.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ tokens submitted to the refresh view will be added to the blacklist.
7575
When set to ``True``, causes refresh tokens submitted to the
7676
``TokenRefreshView`` to be added to the blacklist if the blacklist app is in
7777
use and the ``ROTATE_REFRESH_TOKENS`` setting is set to ``True``.
78+
You need to add ``'rest_framework_simplejwt.token_blacklist',`` to your
79+
``INSTALLED_APPS`` in the settings file to use this settings.
80+
81+
Learn more about :doc:`/blacklist_app`.
7882

7983
``UPDATE_LAST_LOGIN``
8084
----------------------------

0 commit comments

Comments
 (0)