From a030cf656727bc872b779d79754fb23aa1ae4997 Mon Sep 17 00:00:00 2001 From: Shixun <501835725@qq.com> Date: Fri, 25 Aug 2023 15:34:31 +0800 Subject: [PATCH] Update view_decorators.py --- flask_jwt_extended/view_decorators.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flask_jwt_extended/view_decorators.py b/flask_jwt_extended/view_decorators.py index b786cd7b..b39a9395 100644 --- a/flask_jwt_extended/view_decorators.py +++ b/flask_jwt_extended/view_decorators.py @@ -81,10 +81,6 @@ def verify_jwt_in_request( If ``True``, revocation status of the token will be *not* checked. If ``False``, revocation status of the token will be checked. - :param skip_revocation_check: - If ``True``, revocation status of the token will be *not* checked. If ``False``, - revocation status of the token will be checked. - :return: A tuple containing the jwt_header and the jwt_data if a valid JWT is present in the request. If ``optional=True`` and no JWT is in the request,