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 96b1c60 commit 419f4f7Copy full SHA for 419f4f7
docs/v4_upgrade_guide.rst
@@ -43,7 +43,7 @@ General Changes
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
45
would return ``None``.
46
-- Calling ``get_jwt()`` or ``get_jwt_header()`` will return an emptry dictionary
+- 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``.
48
- Calling ``get_current_user()`` or ``current_user`` will raise a ``RuntimeError``
49
if no ``@jwt.user_lookup_loader`` callback is defined.
0 commit comments