EdgeAuth-Token-Node
EdgeAuth-Token-Node copied to clipboard
Akamai Authorization Token for Node
Example 1 return 404
The request options in the Node examples are incorrect and do not result in the Cookie header being sent. The examples are updated to use the correct options for request...
In TypeScript, it is not possible to import a module that exports a class by itself. In other words, we are forced to use require, which does not allow us...
Hi, The script is not compatible with commander 7+ versions (now it is on v8.0.0 as LTS) You need to user commander 6.1.0 in order to use cms-edgeauth.js as it...
For compatibility with commander 7+.
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...