nodejs-jwt-validator

v0.1.2
NodeJS module which validates the signature and the claims of a JWT.

lint

tslint --project .

test

jasmine

build

tsc -d

prepack

npm run build

lint-fix

tslint --project . --fix

security-pack

tar zcvf nodejs-jwt-validator.tgz --exclude='./node_modules' --exclude='*.js' --exclude='*.js.map' --exclude='.git' --exclude='coverage' --exclude='reports' --exclude='.vscode' --exclude='*.tgz' *

Metadata

Downloads