API needs SHA256 HMAC

Mwahaha, English describes us all, Brit was the only way the joke worked, but will keep that in mind for future. Lol

1 Like

I think we already have a hmac formatter indeed, it might not be on the UI only :slight_smile:

Will check it out

1 Like

Well it is working flawlessly on my API, so as the first user to test it, at least you know.

Hello guys,

I trying to use the hmac as part of an api Authorization header, but I need the output of the hmac to be binary instead of hexadecimal, currently as per @psweb method the output is hexadecimal, is there any way to make it binary?

You can always create a custom formatter. In server connect we normally only work with data that can be outputted as json, this is not possible with a binary.

This has been added for PHP and NodeJS to Wappler 4.0.2