Skip to content

Commit

Permalink
Replace "defining" with "define" (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisemm authored Jul 9, 2023
1 parent a6ca565 commit c693a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blocklist_and_token_revoking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JWT Revoking / Blocklist
========================
JWT revoking is a mechanism for preventing an otherwise valid JWT from accessing your
routes while still letting other valid JWTs in. To utilize JWT revoking in this
extension, you must defining a callback function via the
extension, you must define a callback function via the
:meth:`~flask_jwt_extended.JWTManager.token_in_blocklist_loader` decorator.
This function is called whenever a valid JWT is used to access a protected route.
The callback will receive the JWT header and JWT payload as arguments, and must
Expand Down

0 comments on commit c693a2b

Please sign in to comment.