less than a minute read • Updated 2 hours ago
Use the admin tool to sign products with HMAC
How to use the admin to manually sign product links and forms with HMAC.
The Foxy admin includes a built-in tool that signs product links and forms for you. This is useful for static sites, one-off forms, or any situation where you want to sign a small number of links or forms without implementing a signing library.
Steps
Notes
If you need to update a signed link or form, you cannot edit the signed version directly. Rebuild the original unsigned version, make your changes, and re-encode it.
You can paste multiple links or forms at once and encode them in a single step.
HMAC validation must be enabled in your store settings before signed links and forms will be validated. See Enable HMAC product validation.