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
I'm developing an app for a company that sends really long messages on channels. I'm generating autentication hashes following the step-by-step process in documentation. It works fine on small messages, but fails on long request bodys.
Expected behavior
Autentication tokens should work on any size of request.
What happened
I'm developing an app for a company that sends really long messages on channels. I'm generating autentication hashes following the step-by-step process in documentation. It works fine on small messages, but fails on long request bodys.
Expected behavior
Autentication tokens should work on any size of request.
Steps to reproduce
Just try to hash a long request.
Here's an exemple: https://pastebin.com/LXph5eD6
The text was updated successfully, but these errors were encountered: