Authentication
self-signed URLs
Parameter
Type
Description
🔏 Signature Generation
data = "#{id}:#{expires}"
signature = HMAC_SHA256(secret, data)Example in JavaScript
Example in Python
Last updated