EdgeAuth-Token-Node
EdgeAuth-Token-Node copied to clipboard
[Example 2] missing /* or /filename, as edgeauth alone does not work
to implement a Lambda function to generate tokens.
This particular info is wrong // [EXAMPLE 2] Query string token = ea.generateURLToken("/akamai/edgeauth")
Should be either for example // [EXAMPLE 2] Query string token = ea.generateURLToken("/akamai/edgeauth/*") or // [EXAMPLE 2] Query string token = ea.generateURLToken("/akamai/edgeauth/file.zip")
Please review Test and update the documentation accordingly.