Have an API that wants an auth key as
$auth_token = hash_hmac('sha256', $timestamp, $api_key);
Am I able to replicate something like this server side in the current Wappler
@patrick
Community Page
Last updated:
Last updated:
Have an API that wants an auth key as
$auth_token = hash_hmac('sha256', $timestamp, $api_key);
Am I able to replicate something like this server side in the current Wappler
@patrick