We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd15eb commit 1f439a5Copy full SHA for 1f439a5
docs/changing_default_behavior.rst
@@ -37,7 +37,7 @@ and what the return values of your callback functions need to be.
37
- Function to call to load a user object when token accesses a protected endpoint
38
* - :meth:`~flask_jwt_extended.JWTManager.user_loader_error_loader`
39
- Function that is called when the user_loader callback function returns `None`
40
- * - :meth:`~flask_jwt_extended.JWTManager.user_loader_error_loader`
+ * - :meth:`~flask_jwt_extended.JWTManager.token_in_blacklist_loader`
41
- Function that is called to check if a token has been revoked
42
* - :meth:`~flask_jwt_extended.JWTManager.claims_verification_loader`
43
- Function that is called to verify the user_claims data. Must return True or False
0 commit comments