Skip to content

Commit 1f439a5

Browse files
committed
Fix docs incorrect user_loader_error_loader reference
1 parent 5bd15eb commit 1f439a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changing_default_behavior.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and what the return values of your callback functions need to be.
3737
- Function to call to load a user object when token accesses a protected endpoint
3838
* - :meth:`~flask_jwt_extended.JWTManager.user_loader_error_loader`
3939
- Function that is called when the user_loader callback function returns `None`
40-
* - :meth:`~flask_jwt_extended.JWTManager.user_loader_error_loader`
40+
* - :meth:`~flask_jwt_extended.JWTManager.token_in_blacklist_loader`
4141
- Function that is called to check if a token has been revoked
4242
* - :meth:`~flask_jwt_extended.JWTManager.claims_verification_loader`
4343
- Function that is called to verify the user_claims data. Must return True or False

0 commit comments

Comments
 (0)