Skip to content

Commit 6bc2a14

Browse files
committed
Fix rST syntax.
1 parent b358417 commit 6bc2a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/settings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ tokens. When set to ``None``, this field is excluded from tokens and is not
157157
validated.
158158

159159
``JWK_URL``
160-
----------
160+
-----------
161161

162162
The JWK_URL is used to dynamically resolve the public keys needed to verify the
163163
signing of tokens. When using Auth0 for example you might set this to
@@ -274,15 +274,15 @@ The claim name that is used to store the expiration time of a sliding token's
274274
refresh period. More about this in the "Sliding tokens" section below.
275275

276276
``CHECK_REVOKE_TOKEN``
277-
--------------------
277+
----------------------
278278

279279
If this field is set to ``True``, the system will verify whether the token
280280
has been revoked or not by comparing the md5 hash of the user's current
281281
password with the value stored in the REVOKE_TOKEN_CLAIM field within the
282282
payload of the JWT token.
283283

284284
``REVOKE_TOKEN_CLAIM``
285-
--------------------
285+
----------------------
286286

287287
The claim name that is used to store a user hash password.
288288
If the value of this CHECK_REVOKE_TOKEN field is ``True``, this field will be

0 commit comments

Comments
 (0)