Skip to content

Commit

Permalink
Update view_decorators.py (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyssknight authored Aug 25, 2023
1 parent 1cbfaa5 commit 6b309a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flask_jwt_extended/view_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6b309a2

Please sign in to comment.