We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbfaa5 commit 6b309a2Copy full SHA for 6b309a2
flask_jwt_extended/view_decorators.py
@@ -81,10 +81,6 @@ def verify_jwt_in_request(
81
If ``True``, revocation status of the token will be *not* checked. If ``False``,
82
revocation status of the token will be checked.
83
84
- :param skip_revocation_check:
85
- If ``True``, revocation status of the token will be *not* checked. If ``False``,
86
- revocation status of the token will be checked.
87
-
88
:return:
89
A tuple containing the jwt_header and the jwt_data if a valid JWT is
90
present in the request. If ``optional=True`` and no JWT is in the request,
0 commit comments