Skip to content

Capture exact error message when signature check fails

Alok Joshi requested to merge capture_signature_exception_message into master

Logging improvement to capture exact message when verify signature step fails. The verifyHmacSignature function does throw SignatureServiceException with different message upon different error condition.

Merge request reports