add account settings page, rest of otp support, stdio credential helper, other misc
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 16 Mar 2024 01:18:43 +0000 (18:18 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 16 Mar 2024 01:18:43 +0000 (18:18 -0700)
commit53ef948ea83106e82d55e60d6695a15e94bf725e
tree3f0617d990b66b6e292b93ca72a1efb1095cebf9
parent842a3da269de1ab82e9a2a12aae8ed5677f064d8
add account settings page, rest of otp support, stdio credential helper, other misc
24 files changed:
CHANGELOG.md
README.md
index.js
lib/authenticator.js
lib/common.js
lib/session-manager.js
lib/stdio-credential.js [new file with mode: 0644]
lib/template/index.js
lib/template/login-html.js
lib/template/otp-html.js
lib/template/settings-html.js [new file with mode: 0644]
package-lock.json
package.json
test/lib/authenticator.js
test/lib/session-manager.js
test/lib/stdio-credential.js [new file with mode: 0644]
test/lib/template/ia-html.js
test/lib/template/login-html.js
test/lib/template/otp-html.js
test/lib/template/settings-html.js [new file with mode: 0644]
test/lint-html.js
test/stub-config.js
test/stub-db.js
test/stub-logger.js