UNPKG

totp-mfa

Version:

Node package to generate and verify MFA TOTP based on MFA Secret

27 lines (26 loc) 499 B
{ "name": "totp-mfa", "version": "1.1.1", "description": "Node package to generate and verify MFA TOTP based on MFA Secret", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "TOTP", "MFA", "authentication" ], "author": "Sven Thirion", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/sthirion/mfa-totp" }, "dependencies": { "jssha": "^3.3.1" }, "devDependencies": { "jest": "^29.7.0" } }