You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utils.plaintext function uses the utils.encode function to encode the plain text signature. This causes the this causes the plain text signature received from the request to be found invalid as the it is never encoded after having been parsed from the request (the utils.parseHeader function decodes all values).
The text was updated successfully, but these errors were encountered:
The utils.plaintext function uses the utils.encode function to encode the plain text signature. This causes the this causes the plain text signature received from the request to be found invalid as the it is never encoded after having been parsed from the request (the utils.parseHeader function decodes all values).
The text was updated successfully, but these errors were encountered: