Hi,
Just checking if anyone has implemented hmac-sha1 and JWT in Glide and able to share.
Thank you.
Hi,
Just checking if anyone has implemented hmac-sha1 and JWT in Glide and able to share.
Thank you.
Just curious, what are the use cases for this?
for payment gateway … need to do encrypt before URL construction
Stackoverflow suggests that it might be possible with JavaScript.
The thing is… the JavaScript is executed client side, so it’s not going to be secure. If you need something secure (and I assume that you do), then you’ll need to do it outside of Glide.