Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flask_jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def auth_response_handler(self, callback):
return callback

def auth_request_handler(self, callback):
"""Specifies the authentication response handler function.
"""Specifies the authentication request handler function.

:param callable callback: the auth request handler function

Expand Down