-
Change Request
-
Resolution: Fixed
-
Minor
-
6.2.0alpha1
-
Sprint 87 (Apr 2022), Sprint 88 (May 2022)
-
1
Some solutions require signing requests with a hash-based message authentication code (hmac). And while it is possible to create hmac_sha256 and hmac_md5 digest by using md5 and sha256 functions, it would be better to have native support of hmac in the js engine.
This functionality would help to create script item based integrations with solutions requiring hash-based message authentication code.