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
Code here can throw InvalidSectorIdentifier('redirect_uri missing from sector_identifiers',) is not JSON serializable server error.
InvalidSectorIdentifier('redirect_uri missing from sector_identifiers',) is not JSON serializable
The error instance passed to the error_response should be converted to string beforehand.
error_response
The text was updated successfully, but these errors were encountered:
Fix creation of error on client registration
691fb22
Close #449
Fix creation of error on client registration (#450)
f1bc018
Fix creation of error on client registration (CZ-NIC#450)
7b458be
Close CZ-NIC#449
tpazderka
No branches or pull requests
Code here can throw
InvalidSectorIdentifier('redirect_uri missing from sector_identifiers',) is not JSON serializable
server error.The error instance passed to the
error_response
should be converted to string beforehand.The text was updated successfully, but these errors were encountered: