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 0c5b955 commit 9acfddbCopy full SHA for 9acfddb
flask_jwt_extended/jwt_manager.py
@@ -299,7 +299,7 @@ def user_loader_callback_loader(self, callback):
299
"""
300
This decorator sets the callback function that will be called to
301
automatically load an object when a protected endpoint is accessed.
302
- By default this is not is not used.
+ By default this is not used.
303
304
The callback must take one argument which is the identity JWT accessing
305
the protected endpoint, and it must return any object (which can then
0 commit comments