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
Doing a customized stringify of the headers Hash doesn't quite work as expected, because .join on Arrays is recursive...so we're getting unexpected behavior when signing array bodies.
The text was updated successfully, but these errors were encountered:
Doing a customized stringify of the
headers
Hash doesn't quite work as expected, because.join
on Arrays is recursive...so we're getting unexpected behavior when signing array bodies.The text was updated successfully, but these errors were encountered: