We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In APISigningFlow class, there is a method that got invoked when the signature is invalid. This handler should be configurable from the settings.py.
APISigningFlow
settings.py
This will enable the developer to add his own handler and plug it in.
The text was updated successfully, but these errors were encountered:
Update tox file #2
5034f2f
No branches or pull requests
In
APISigningFlow
class, there is a method that got invoked when the signature is invalid.This handler should be configurable from the
settings.py
.This will enable the developer to add his own handler and plug it in.
The text was updated successfully, but these errors were encountered: