We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verify_type=False
1 parent 47c5d92 commit dd4467cCopy full SHA for dd4467c
flask_jwt_extended/view_decorators.py
@@ -47,7 +47,7 @@ def verify_jwt_in_request(
47
fresh: bool = False,
48
refresh: bool = False,
49
locations: LocationType = None,
50
- verify_type: bool = False,
+ verify_type: bool = True,
51
) -> Optional[Tuple[dict, dict]]:
52
"""
53
Verify that a valid JWT is present in the request, unless ``optional=True`` in
0 commit comments