Skip to content

smalltownheroes/akamai-token-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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] });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published