Skip to content

Commit 6b309a2

Browse files
authored
Update view_decorators.py (#522)
1 parent 1cbfaa5 commit 6b309a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flask_jwt_extended/view_decorators.py

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ def verify_jwt_in_request(
8181
If ``True``, revocation status of the token will be *not* checked. If ``False``,
8282
revocation status of the token will be checked.
8383
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-
8884
:return:
8985
A tuple containing the jwt_header and the jwt_data if a valid JWT is
9086
present in the request. If ``optional=True`` and no JWT is in the request,

0 commit comments

Comments
 (0)