akamai-token-auth

1.0.0 • Public • Published

Akamai Token Auth

Installation

$ npm install akamai-token-auth --save

Usage

const Akamai = require('akamai-token-auth');
const akamai = new Akamai({ key: [key], [salt: [salt], algorithm: [sha256, sha1, md5], tokenName: [tokenName]]});
 
const token = akamai.generateToken({ acl: [acl], st: [st], window: [window] });
const qs = akamai.generateQueryString({ acl: [acl], st: [st], window: [window] });
 

/akamai-token-auth/

    Package Sidebar

    Install

    npm i akamai-token-auth

    Weekly Downloads

    8

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • robonaut
    • ilja