@fizz.js/node-jwt
v1.0.0
Published
node-jwt
Downloads
1
Readme
@fizz.js/node-jwt
This is a JWT library for express.
install
add dependencies
into package.json
and run yarn install
configuration
please set process.env.JWT_SALT
via .env
options
please set jwt
field into your config files.
{
"jwt": {
"expiresIn": "12 hours"
}
}
test
yarn test
coverage
yarn cover
build
yarn build
docs
yarn docs