Skip to content

Commit b92fd2a

Browse files
Update signature error message to improve clarity
Co-Authored-By: Chris Li <chris.li.2046@gmail.com>
1 parent a354403 commit b92fd2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/auth/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package auth
22

33
const (
44
AuthenticationError = "User authentication error"
5-
InvalidSignatureFormat = "Invalid Signature Format"
5+
InvalidSignatureFormat = "Unable to decode client's signature. Please check the message's format."
66
InvalidAuthenticationKey = "User Auth key is invalid"
77
InvalidAPIKey = "API key is invalid"
88
MalformedExpirationTime = "Malformed Expired Time"

0 commit comments

Comments
 (0)