How do you call HMac-Sha1 in a custom extension javascript? I need to generate a custom signature for my RESTful API.
I need to call a dynamic value from the JavaScript call using the Paw JS API. For instance, I need to compute an HMAC + SHA1 hash from my JS code, and for that I thought it would be convenient to use the existing "HMAC-SHA1" dynamic value.
How do I do that?