jwt_signed_request
jwt_signed_request copied to clipboard
Improve the error message of AlgorithmMismatchError
Context
Currently, no error message is provided when the AlgorithmMismatchError is raised.
Change
Improve the error message by adding the following information.
- The algorithm with which the request was signed.
- The algorithm configured on the key.
- The key ID.