Sign requests
Verify a signed request using the HMAC and SHA-256 algorithms or return a 403.
 Generating signed requests
You can generate signed requests from within a Worker using the Web Crypto APIs.
For request URLs beginning with /generate/, replace /generate/ with /verify/, sign the resulting path with its timestamp, and return the full, signed URL in the response body.