diff --git a/flask_jwt_extended/view_decorators.py b/flask_jwt_extended/view_decorators.py index f723c819..d357d945 100644 --- a/flask_jwt_extended/view_decorators.py +++ b/flask_jwt_extended/view_decorators.py @@ -47,7 +47,7 @@ def verify_jwt_in_request( fresh: bool = False, refresh: bool = False, locations: LocationType = None, - verify_type: bool = False, + verify_type: bool = True, ) -> Optional[Tuple[dict, dict]]: """ Verify that a valid JWT is present in the request, unless ``optional=True`` in