Description
CDN access tokens can be generated as cookies or query-string parameters from nginx workflows. It is useful for administrators protecting time-limited or signed media and download URLs.
Token schemes depend on secret handling and expiration rules. Protect signing keys and test that invalid or expired tokens are rejected.