Skip to content

Commit 9aa6bd3

Browse files
Andreas MollAndreas Moll
authored andcommitted
Fix BLACKLIST_TOKEN_CHECKS option in doc
1 parent 0009633 commit 9aa6bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ The available options are:
4848
``JWT_BLACKLIST_ENABLED`` Enable/disable token blacklisting and revoking. Defaults to ``False``
4949
``JWT_BLACKLIST_STORE`` Where to save created and revoked tokens. `See here
5050
<http://pythonhosted.org/simplekv/>`_ for options.
51-
``JWT_BLACKLIST_CHECKS`` What token types to check against the blacklist. Options are
51+
``JWT_BLACKLIST_TOKEN_CHECKS`` What token types to check against the blacklist. Options are
5252
``'refresh'`` or ``'all'``. Defaults to ``'refresh'``. Only used if blacklisting is enabled.
5353
================================= =========================================

0 commit comments

Comments
 (0)