File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ tokens. When set to ``None``, this field is excluded from tokens and is not
157157validated.
158158
159159``JWK_URL ``
160- ----------
160+ -----------
161161
162162The JWK_URL is used to dynamically resolve the public keys needed to verify the
163163signing 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
274274refresh period. More about this in the "Sliding tokens" section below.
275275
276276``CHECK_REVOKE_TOKEN ``
277- --------------------
277+ ----------------------
278278
279279If this field is set to ``True ``, the system will verify whether the token
280280has been revoked or not by comparing the md5 hash of the user's current
281281password with the value stored in the REVOKE_TOKEN_CLAIM field within the
282282payload of the JWT token.
283283
284284``REVOKE_TOKEN_CLAIM ``
285- --------------------
285+ ----------------------
286286
287287The claim name that is used to store a user hash password.
288288If the value of this CHECK_REVOKE_TOKEN field is ``True ``, this field will be
You can’t perform that action at this time.
0 commit comments