migrate ResourceAuthenticator into here from separate package
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 11 May 2024 22:21:58 +0000 (15:21 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 12 May 2024 19:19:32 +0000 (12:19 -0700)
commitff66dd49a1b54935a20ea6e15bd036b8acd5e170
tree788da784975a87a6e0d7bab825aa248abd49fb01
parente967fdce5a017cc28b19cd3d4f2ece745dcecdaf
migrate ResourceAuthenticator into here from separate package
19 files changed:
.npmrc [new file with mode: 0644]
CHANGELOG.md
README.md
index.js
lib/common.js
lib/errors.js
lib/resource-authenticator.js [new file with mode: 0644]
lib/session-manager.js
package-lock.json
package.json
test/lib/authenticator.js
test/lib/common.js
test/lib/resource-authenticator.js [new file with mode: 0644]
test/lib/session-manager.js
test/lib/template/ia-html.js
test/lib/template/login-html.js
test/lib/template/otp-html.js
test/lib/template/settings-html.js
test/stub-db.js