From b92fd2a9f07a77fe84a35b4cfac4f8c1c22ffc46 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 22:59:11 +0000 Subject: [PATCH] Update signature error message to improve clarity Co-Authored-By: Chris Li --- core/auth/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/auth/errors.go b/core/auth/errors.go index 2732b25b..3b55644b 100644 --- a/core/auth/errors.go +++ b/core/auth/errors.go @@ -2,7 +2,7 @@ package auth const ( AuthenticationError = "User authentication error" - InvalidSignatureFormat = "Invalid Signature Format" + InvalidSignatureFormat = "Unable to decode client's signature. Please check the message's format." InvalidAuthenticationKey = "User Auth key is invalid" InvalidAPIKey = "API key is invalid" MalformedExpirationTime = "Malformed Expired Time"