rudimentary support for totp 2fa
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 24 Sep 2023 21:05:35 +0000 (14:05 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 25 Sep 2023 17:56:33 +0000 (10:56 -0700)
commit2ca511865b0caf3108819cfd6ee775124ea70dff
treea642a15329f64cae8311631fe17454fec200a290
parent8b998e55749e8613c0dece7a156b5edf83fb3608
rudimentary support for totp 2fa
lib/authenticator.js
lib/enum.js
lib/session-manager.js
lib/template/ia-html.js
lib/template/index.js
lib/template/otp-html.js [new file with mode: 0644]
package-lock.json
package.json
test/lib/authenticator.js
test/lib/session-manager.js
test/lib/template/otp-html.js [new file with mode: 0644]