jwt_signed_request icon indicating copy to clipboard operation
jwt_signed_request copied to clipboard

Improve the error message of AlgorithmMismatchError

Open Domon opened this issue 7 years ago • 0 comments

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.

Domon avatar Oct 11 '18 07:10 Domon