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 a6ca565 commit c693a2bCopy full SHA for c693a2b
docs/blocklist_and_token_revoking.rst
@@ -4,7 +4,7 @@ JWT Revoking / Blocklist
4
========================
5
JWT revoking is a mechanism for preventing an otherwise valid JWT from accessing your
6
routes while still letting other valid JWTs in. To utilize JWT revoking in this
7
-extension, you must defining a callback function via the
+extension, you must define a callback function via the
8
:meth:`~flask_jwt_extended.JWTManager.token_in_blocklist_loader` decorator.
9
This function is called whenever a valid JWT is used to access a protected route.
10
The callback will receive the JWT header and JWT payload as arguments, and must
0 commit comments