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.
1 parent 419f4f7 commit 97d15c5Copy full SHA for 97d15c5
docs/v4_upgrade_guide.rst
@@ -41,7 +41,7 @@ General Changes
41
42
- Calling ``get_jwt()``, ``get_jwt_header()``, or ``get_jwt_identity()`` will raise
43
a ``RuntimeError`` when called outside of a protected context (ie if you forgot
44
- ``@jwt.required()`` or ``verify_jwt_in_request()``). Previously these calls
+ ``@jwt_required()`` or ``verify_jwt_in_request()``). Previously these calls
45
would return ``None``.
46
- Calling ``get_jwt()`` or ``get_jwt_header()`` will return an empty dictionary
47
if called from an optionally protected endpoint. Previously this would return ``None``.
0 commit comments