otpauth

v6.0.1
One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers
otp hotp totp one time password 2fa 2 factor two factor two-factor 2step and 7 more...

dist

run-s lint build test docs

docs

rm -rf ./docs/ && documentation build ./src/** -f html -o ./docs/

lint

eslint ./

test

run-s test:*

build

rollup -c

version

run-s dist && git add -A ./dist/ ./docs/

test:deno

run-s test:deno:*

test:node

run-s test:node:*

test:browser

run-s test:browser:*

test:deno:minified

IS_MINIFIED=true deno run --allow-read --allow-net --allow-env ./test/test.js

test:node:minified

IS_MINIFIED=true mocha -ui bdd --reporter spec

test:deno:unminified

deno run --allow-read --allow-net --allow-env ./test/test.js

test:node:unminified

mocha --ui bdd --reporter spec

test:browser:minified

IS_MINIFIED=true karma start

test:browser:unminified

karma start

Metadata

  • MIT
  • Whatever
  • Héctor Molinero Fernández
  • released 6/7/2020

Downloads

Maintainers