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 3ad30e6 commit 9691182Copy full SHA for 9691182
docs/settings.rst
@@ -75,6 +75,10 @@ tokens submitted to the refresh view will be added to the blacklist.
75
When set to ``True``, causes refresh tokens submitted to the
76
``TokenRefreshView`` to be added to the blacklist if the blacklist app is in
77
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`.
82
83
``UPDATE_LAST_LOGIN``
84
----------------------------
0 commit comments