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 0009633 commit 9aa6bd3Copy full SHA for 9aa6bd3
docs/options.rst
@@ -48,6 +48,6 @@ The available options are:
48
``JWT_BLACKLIST_ENABLED`` Enable/disable token blacklisting and revoking. Defaults to ``False``
49
``JWT_BLACKLIST_STORE`` Where to save created and revoked tokens. `See here
50
<http://pythonhosted.org/simplekv/>`_ for options.
51
-``JWT_BLACKLIST_CHECKS`` What token types to check against the blacklist. Options are
+``JWT_BLACKLIST_TOKEN_CHECKS`` What token types to check against the blacklist. Options are
52
``'refresh'`` or ``'all'``. Defaults to ``'refresh'``. Only used if blacklisting is enabled.
53
================================= =========================================
0 commit comments