@fizz.js/node-google-authenticator
v1.0.0
Published
node-google-authenticator
Downloads
3
Readme
@fizz.js/node-google-authenticator
This is a google authenticator library for express.
install
add dependencies
into package.json
and run yarn install
configure
please put google.authenticator
config into config/${env}.json
{
"google": {
"authenticator": {
"length": 20,
"name": "",
"issuer": "api"
}
}
}
test
yarn test
coverage
yarn cover
build
yarn build
docs
yarn docs