@fizz.js/node-authenticate
This is an authenticate library for express.
install
add dependencies
into package.json
and run yarn install
configure
please put authenticate
config into config/${env}.json
{
"authenticate": {
"serializeKey": "id"
}
}
test
yarn test
coverage
yarn cover
build
yarn build
docs
yarn docs